Moved toasts to the left

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-16 02:02:55 +02:00
parent ca96f7b73c
commit 9e4a58e2ef
3 changed files with 5 additions and 5 deletions

View File

@@ -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 = "";