mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Not crashing on navigating to different channel
This commit is contained in:
@@ -320,7 +320,7 @@ var Frontpage = {
|
|||||||
Helper.css("#channel-load", "display", "block");
|
Helper.css("#channel-load", "display", "block");
|
||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
frontpage = false;
|
frontpage = false;
|
||||||
new_channel = Helper.encodeChannelName(new_channel.toLowerCase());
|
new_channel = new_channel.toLowerCase();
|
||||||
clearTimeout(rotation_timeout);
|
clearTimeout(rotation_timeout);
|
||||||
if(Helper.mobilecheck()){
|
if(Helper.mobilecheck()){
|
||||||
Helper.log(["removing all listeners"]);
|
Helper.log(["removing all listeners"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user