mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
trying to force another fresh reload clientside
This commit is contained in:
@@ -77,9 +77,9 @@ function setup_youtube_listener(channel)
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
if(!localStorage["list_update"])
|
||||
if(!localStorage["list_update"] || localStorage["list_update"] != "13.06.15")
|
||||
{
|
||||
localStorage.setItem("list_update", "applied");
|
||||
localStorage.setItem("list_update", "13.06.15");
|
||||
window.location.reload(true);
|
||||
}
|
||||
setup_youtube_listener(chan);
|
||||
|
||||
Reference in New Issue
Block a user