diff --git a/static/js/admin.js b/static/js/admin.js index a30a16ad..5ebc9609 100755 --- a/static/js/admin.js +++ b/static/js/admin.js @@ -86,6 +86,7 @@ function log_out(){ $("#admin-lock").addClass("mdi-action-lock"); $("#admin-lock").removeClass("mdi-action-lock-open clickable"); $(".card-action").addClass("hide"); + adminpass = ""; document.getElementById("password").value = ""; Materialize.toast("Logged out", 4000); }else{