mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Moved suggested specific code to suggested file, and fixed issue where suggested sometimes dissapear
This commit is contained in:
@@ -168,11 +168,11 @@ var Channel = {
|
||||
change_offline(true, offline);
|
||||
}
|
||||
if(!Helper.mobilecheck() && (document.querySelectorAll("#alreadychannel").length === 0 || !Hostcontroller.old_id || document.getElementById("code-text").innerText.toUpperCase() == "ABBADUR")) setup_host_initialization();
|
||||
|
||||
setup_suggested_listener();
|
||||
if(document.querySelectorAll("#alreadychannel").length === 0 || Helper.mobilecheck()){
|
||||
setup_now_playing_listener();
|
||||
get_list_listener();
|
||||
setup_suggested_listener();
|
||||
|
||||
if(!client) {
|
||||
setup_viewers_listener();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user