trying a sneaky little thing

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-10 18:21:58 +02:00
parent 9f2df6c359
commit 67367b7562

View File

@@ -77,6 +77,11 @@ function setup_youtube_listener(channel)
$(document).ready(function() $(document).ready(function()
{ {
if(!localStorage["list_update"])
{
localStorage.setItem("list_update", "applied");
window.location.reload(true);
}
setup_youtube_listener(chan); setup_youtube_listener(chan);
//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({ $("#settings").sideNav({