Changed time of toast..

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-16 02:07:21 +02:00
parent 9e4a58e2ef
commit c8654249bf

View File

@@ -5,7 +5,7 @@ var pass_corr = "";
socket.on("toast", function(msg)
{
pass_corr = "correct";
Materialize.toast(msg, 200000);
Materialize.toast(msg, 4000);
/*document.getElementById("sBar").innerHTML = msg;
$("#sBar").addClass("opacityFull");
document.getElementById("passbox").value = "";