From dcafea009c546f2b01374b88ddeeb3565ebed31d Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Mon, 5 Apr 2021 03:18:37 +0200 Subject: [PATCH] input --- ReallifeGamemode.Client/assets/js/inputhelper/application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Client/assets/js/inputhelper/application.js b/ReallifeGamemode.Client/assets/js/inputhelper/application.js index a4435abf..bfaa2314 100644 --- a/ReallifeGamemode.Client/assets/js/inputhelper/application.js +++ b/ReallifeGamemode.Client/assets/js/inputhelper/application.js @@ -3,10 +3,10 @@ let heading = document.getElementById('heading'); let description = document.getElementById('description'); -let input = document.getElementById('input'); +let input = document.getElementById('input-value'); let close = document.getElementById('close'); -function setInputFieldType(value) { + function setInputFieldType(value) { if (input.type == value) return; var field = document.createElement('input');