Author: andre
Date: 2010-06-30 15:13:14 +0200 (Wed, 30 Jun 2010)
New Revision: 42763
Modified:
openimages/trunk/src/main/webapp/style/js/main.js.jsp
Log:
MSIE does not know the tags video and audio so jquery won't see them either
Modified: openimages/trunk/src/main/webapp/style/js/main.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/main.js.jsp 2010-06-30
13:01:25 UTC (rev 42762)
+++ openimages/trunk/src/main/webapp/style/js/main.js.jsp 2010-06-30
13:13:14 UTC (rev 42763)
@@ -187,7 +187,7 @@
'controls' : 'top'
});
- if ($('video, audio').length) initPlayStats();
+ initPlayStats();
});
</mm:content>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs