Fixed issue with not moving duration chromecast

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 22:07:06 +01:00
parent fc27388534
commit 8e738a4500
3 changed files with 4 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ function init(){
},
handles: "e",
minWidth: 350,
maxWidth: $(window).width()-221
maxWidth: $(window).width()-241
});
if(socket === undefined || Helper.mobilecheck()){