clr commited on
Commit
afc383a
1 Parent(s): 60db6fe

Update js/js.php

Browse files
Files changed (1) hide show
  1. js/js.php +2 -0
js/js.php CHANGED
@@ -37,6 +37,8 @@ $(function (){
37
  vid.currentTime = newTime / 1000;
38
 
39
  vid.play();
 
 
40
  }
41
 
42
 
 
37
  vid.currentTime = newTime / 1000;
38
 
39
  vid.play();
40
+ $(this).children(".movControl").addClass("playing");
41
+ // ** i added that last line. be care ful of it. work in progress. **
42
  }
43
 
44