mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Moved toasts to the left
This commit is contained in:
@@ -5,7 +5,7 @@ var pass_corr = "";
|
||||
socket.on("toast", function(msg)
|
||||
{
|
||||
pass_corr = "correct";
|
||||
Materialize.toast(msg, 4000);
|
||||
Materialize.toast(msg, 200000);
|
||||
/*document.getElementById("sBar").innerHTML = msg;
|
||||
$("#sBar").addClass("opacityFull");
|
||||
document.getElementById("passbox").value = "";
|
||||
|
||||
Reference in New Issue
Block a user