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