mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with not moving duration chromecast
This commit is contained in:
@@ -169,7 +169,7 @@ function init(){
|
||||
},
|
||||
handles: "e",
|
||||
minWidth: 350,
|
||||
maxWidth: $(window).width()-221
|
||||
maxWidth: $(window).width()-241
|
||||
});
|
||||
|
||||
if(socket === undefined || Helper.mobilecheck()){
|
||||
|
||||
Reference in New Issue
Block a user