mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Refreshing scroll on logout
This commit is contained in:
@@ -89,6 +89,7 @@ function log_out(){
|
|||||||
adminpass = "";
|
adminpass = "";
|
||||||
document.getElementById("password").value = "";
|
document.getElementById("password").value = "";
|
||||||
Materialize.toast("Logged out", 4000);
|
Materialize.toast("Logged out", 4000);
|
||||||
|
refresh_scroll();
|
||||||
}else{
|
}else{
|
||||||
Materialize.toast("Not logged in", 4000);
|
Materialize.toast("Not logged in", 4000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user