Refreshing scroll on logout

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-30 23:10:32 +02:00
parent 5e639eb6be
commit 64a33c400c

View File

@@ -89,6 +89,7 @@ function log_out(){
adminpass = "";
document.getElementById("password").value = "";
Materialize.toast("Logged out", 4000);
refresh_scroll();
}else{
Materialize.toast("Not logged in", 4000);
}