[xiph-commits] r4086 - itext
silvia at svn.annodex.net
silvia at svn.annodex.net
Thu Jul 8 14:10:14 PDT 2010
Author: silvia
Date: 2010-07-08 14:10:14 -0700 (Thu, 08 Jul 2010)
New Revision: 4086
Modified:
itext/elephant_separate_audesc_dub.html
Log:
video.playing doesn't exist any more :(
Modified: itext/elephant_separate_audesc_dub.html
===================================================================
--- itext/elephant_separate_audesc_dub.html 2010-03-23 00:19:06 UTC (rev 4085)
+++ itext/elephant_separate_audesc_dub.html 2010-07-08 21:10:14 UTC (rev 4086)
@@ -128,7 +128,7 @@
function playstate(element, checked) {
var media = jQuery(element)[0];
if (checked == true) {
- if (video.playing) {
+ if (!video.paused) {
media.currentTime = video.currentTime;
media.play();
}
More information about the commits
mailing list