diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/js/lustiges-script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js index 3af4250..c14de15 100644 --- a/assets/js/lustiges-script.js +++ b/assets/js/lustiges-script.js @@ -211,7 +211,7 @@ $(function() { clearInterval(updateInterval); } - if(window.location.hash == '#schedule' || window.location.href.indexOf('/schedule') != -1) + if(window.location.hash == '' || window.location.hash == '#schedule' || window.location.href.indexOf('/schedule') != -1) on(); // trigger when a tab was changed |