diff --git a/htdocs/index.html b/htdocs/index.html index 06ab4f8..473613e 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -49,7 +49,7 @@ } let pass = prompt("Enter the password!", ""); - let text;a + let text; fetch(rootURL + "/checkPass?pass=" + pass) .then(function (response) { return response.json();