mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Refreshing scroll on logout
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user