Spaces:
Running
Running
Update js/js.php
Browse files
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 |
}
|