diff --git a/htdocs/index.html b/htdocs/index.html index 8c65019..6cff03f 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -314,7 +314,8 @@ }); } } else { - document.getElementById("view").innerHTML = "
THE PASSWORD PROVIDED WAS INCORRECT!" + showFailAlert("The password was incorrect!") + document.getElementById("view").innerHTML = "" } })