From 00ac1b0a2caa58d86c8a3801903e6ae1551d4921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 16 May 2015 11:04:09 +0200 Subject: [PATCH] Removed message about mailing --- static/js/youtube.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/youtube.js b/static/js/youtube.js index 98c20a50..73bc38e9 100755 --- a/static/js/youtube.js +++ b/static/js/youtube.js @@ -73,7 +73,7 @@ socket.on(chan.toLowerCase()+",viewers", function(view) $(document).ready(function() { - Materialize.toast("Passwords have been reset. If anything is not right, please send us a mail @ contact@zoff.no", 10000); + //Materialize.toast("Passwords have been reset. If anything is not right, please send us a mail @ contact@zoff.no", 10000); $("#settings").sideNav({ menuWidth: 300, // Default is 240 edge: 'right', // Choose the horizontal origin @@ -104,8 +104,8 @@ $(document).ready(function() if(localStorage[chan.toLowerCase()]) { - localStorage.removeItem(chan.toLowerCase()); - //socket.emit("password", [localStorage[chan.toLowerCase()], chan.toLowerCase(), guid]); + //localStorage.removeItem(chan.toLowerCase()); + socket.emit("password", [localStorage[chan.toLowerCase()], chan.toLowerCase(), guid]); } if($("#chan").html().toLowerCase() == "jazz")