change some variable names

master
Bryan 2020-12-20 00:52:56 -06:00
parent 2305a0f35c
commit 1bc24c2453
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
const apiKeyInput = document.querySelector("#api-key"); const apiKeyInput = document.querySelector("#api-key");
const showDelay = document.querySelector("#show-delay"); const showDelay = document.querySelector("#show-delay");
global deviceID = ""; let deviceID = "";
let delay = ""; let delay = "";
let apiKey = ""; let apiKey = "";
const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/unlock-main.cgi"; const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/unlock-main.cgi";