Consistancy with other meta, or link tag

This commit is contained in:
TheNain38 2015-10-26 14:32:49 +01:00 committed by TheNain38
parent 713baeab63
commit 48dff8a79e
2 changed files with 2 additions and 2 deletions

View file

@ -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 {