diff --git a/server/public/assets/js/channel.js b/server/public/assets/js/channel.js
index d8d7dbdf..50c3f6cf 100644
--- a/server/public/assets/js/channel.js
+++ b/server/public/assets/js/channel.js
@@ -34,10 +34,10 @@ var Channel = {
if(cast_ready_connect || chromecastAvailable || chromecastReady) {
Helper.addClass(".volume-container", "volume-container-cast");
}
- if(!embed) {
- document.querySelector("#main-container").insertAdjacentHTML("beforeend", "keyboard_arrow_right");
- document.querySelector("#hide-playlist").style.left = (document.querySelector("#video-container").offsetWidth - document.querySelector("#hide-playlist").offsetWidth) + "px";
- }
+ if(!embed) {
+ document.querySelector("#main-container").insertAdjacentHTML("beforeend", "keyboard_arrow_right");
+ document.querySelector("#hide-playlist").style.left = (document.querySelector("#video-container").offsetWidth - document.querySelector("#hide-playlist").offsetWidth) + "px";
+ }
//Player.soundcloud_player = document.querySelector("#soundcloud_player");
}
List.calculate_song_heights();
@@ -179,6 +179,7 @@ var Channel = {
}
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(!Helper.mobilecheck()) Helper.removeClass(".intelligent-accordion", "hide-on-small-only");
if(document.querySelectorAll("#alreadychannel").length === 0 || Helper.mobilecheck()){
setup_now_playing_listener();
get_list_listener();
diff --git a/server/public/partials/channel/panel.handlebars b/server/public/partials/channel/panel.handlebars
index 9e647154..b0cc99dc 100755
--- a/server/public/partials/channel/panel.handlebars
+++ b/server/public/partials/channel/panel.handlebars
@@ -25,7 +25,7 @@
-
+