mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed so accordion for intelligent-playlist is not hidden on small player on desktops
This commit is contained in:
@@ -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();
|
if(!Helper.mobilecheck() && (document.querySelectorAll("#alreadychannel").length === 0 || !Hostcontroller.old_id || document.getElementById("code-text").innerText.toUpperCase() == "ABBADUR")) setup_host_initialization();
|
||||||
setup_suggested_listener();
|
setup_suggested_listener();
|
||||||
|
if(!Helper.mobilecheck()) Helper.removeClass(".intelligent-accordion", "hide-on-small-only");
|
||||||
if(document.querySelectorAll("#alreadychannel").length === 0 || Helper.mobilecheck()){
|
if(document.querySelectorAll("#alreadychannel").length === 0 || Helper.mobilecheck()){
|
||||||
setup_now_playing_listener();
|
setup_now_playing_listener();
|
||||||
get_list_listener();
|
get_list_listener();
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="no-padding hide-on-small-only">
|
<li class="no-padding hide-on-small-only intelligent-accordion">
|
||||||
<div class="collapsible-header bold waves-effect">Intelligent Playlist
|
<div class="collapsible-header bold waves-effect">Intelligent Playlist
|
||||||
<i class="material-icons">sentiment_satisfied_alt</i>
|
<i class="material-icons">sentiment_satisfied_alt</i>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user