Merge pull request #206 from TheNain38/patch-2
Consistancy with other meta, or link tag in wrapper.html
This commit is contained in:
commit
979a42773c
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue