mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Small fix to ensure close button for sidenav stays there on desktop
This commit is contained in:
@@ -356,6 +356,7 @@ function init(){
|
||||
|
||||
if(Helper.mobilecheck()) {
|
||||
Mobile_remote.initiate_volume();
|
||||
$(".close-settings").addClass("hide");
|
||||
} else {
|
||||
$('input#chan_description').characterCounter();
|
||||
window_width_volume_slider();
|
||||
|
||||
Reference in New Issue
Block a user