diff --git a/plugins/disabled-UiPassword/login.html b/plugins/disabled-UiPassword/login.html index 10ed34fc..ed16edbd 100644 --- a/plugins/disabled-UiPassword/login.html +++ b/plugins/disabled-UiPassword/login.html @@ -85,7 +85,7 @@ function submit() { var form = document.getElementById("login_form") if (form.checkValidity()) { document.getElementById("login_button").className = "button login-anim" - setTimeout(function () { + setTimeout(function() { form.submit() }, 1000) } else { diff --git a/src/Ui/template/wrapper.html b/src/Ui/template/wrapper.html index 1ed29c71..8989c240 100644 --- a/src/Ui/template/wrapper.html +++ b/src/Ui/template/wrapper.html @@ -4,7 +4,7 @@ {title} - ZeroNet - + {meta_tags}