mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-04-29 10:26:08 +00:00
Fixed issue with not moving duration chromecast
This commit is contained in:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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