mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to refresh scrolling element..
This commit is contained in:
@@ -46,6 +46,9 @@ socket.on("pw", function(msg)
|
||||
$("input[name="+names[i]+"]").attr("disabled", false);
|
||||
}
|
||||
$(".card-action").removeClass("hide");
|
||||
|
||||
refresh_scroll();
|
||||
|
||||
localStorage.setItem("passord_i_klartekst_lol", msg);
|
||||
Materialize.toast("Correct Password. You are now admin", 4000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user