clr commited on
Commit
473a9ad
1 Parent(s): 15c6eb3

Update js/js.php

Browse files
Files changed (1) hide show
  1. js/js.php +2 -1
js/js.php CHANGED
@@ -61,7 +61,8 @@ $(function (){
61
  // segmentDur needs to be in MS
62
 
63
  setTimeout(function(){
64
- document.getElementById( $(this).attr("audiolink") ).pause();
 
65
  }, segmentDur);
66
 
67
  }
 
61
  // segmentDur needs to be in MS
62
 
63
  setTimeout(function(){
64
+ //document.getElementById( $(this).attr("audiolink") ).pause();
65
+ vid.pause();
66
  }, segmentDur);
67
 
68
  }