Added dragging to the duration while in private-mode

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-28 16:36:50 +02:00
parent 7e2d16ed20
commit f1f0659899
4 changed files with 23 additions and 7 deletions

View File

@@ -493,7 +493,8 @@ var Player = {
per = 100;
else if(duration === 0)
per = 0;
$("#bar").width(per+"%");
if(!dragging) $("#bar").width(per+"%");
}catch(e){
}