Author: andre
Date: 2010-05-10 10:59:58 +0200 (Mon, 10 May 2010)
New Revision: 42117

Modified:
   openimages/trunk/src/main/webapp/oiplayer/index.html
   openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
html5 (I believe, will check) and found a stray debug log

Modified: openimages/trunk/src/main/webapp/oiplayer/index.html
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/index.html        2010-05-10 
07:34:28 UTC (rev 42116)
+++ openimages/trunk/src/main/webapp/oiplayer/index.html        2010-05-10 
08:59:58 UTC (rev 42117)
@@ -1,12 +1,10 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="nl">
+<!DOCTYPE html>
+<html lang="en">
 <head>
-  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <title>OIPlayer jQuery Plugin - Open Images Platform</title>
   <script src="js/jquery-1.3.2.min.js" type="text/javascript"><!-- help ie 
--></script>
-  <script src="plugins/flowplayer-3.1.4.min.js" type="text/javascript"><!-- 
help ie --></script>
   <script src="js/jquery-ui-1.7.2.slider.min.js" type="text/javascript"><!-- 
help ie --></script>
+  <script src="plugins/flowplayer-3.1.4.min.js" type="text/javascript"><!-- 
help ie --></script>
   <script src="js/jquery.oiplayer.js" type="text/javascript"><!-- help ie 
--></script>
   <script src="js/play.js" type="text/javascript"><!-- help ie --></script>
   <link href="css/oiplayer.css" rel="stylesheet" type="text/css" />
@@ -21,8 +19,8 @@
   
   <video class="oip_ea_duration_101 oip_ea_start_0"
     
poster="http://www.openbeelden.nl/images/21857/WEEKNUMMER364-HRE0000D9C6.png";>
-    <source type="video/ogg; codecs=theora" 
src="http://www.openimages.eu/files/09/9734.9730.WEEKNUMMER364-HRE0000D9C6.ogv";>
 </source>
-    <source type="video/mp4; codecs=unknown" 
src="http://www.openimages.eu/files/09/9740.9730.WEEKNUMMER364-HRE0000D9C6.mp4";>
 </source>
+    <source type="video/ogg; codecs=theora" 
src="http://www.openimages.eu/files/09/9734.9730.WEEKNUMMER364-HRE0000D9C6.ogv"; 
> </source>
+    <source type="video/mp4; codecs=unknown" 
src="http://www.openimages.eu/files/09/9740.9730.WEEKNUMMER364-HRE0000D9C6.mp4"; 
> </source>
   </video>
   
   <p class="license">

Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-05-10 07:34:28 UTC (rev 42116)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-05-10 08:59:58 UTC (rev 42117)
@@ -151,7 +151,6 @@
 
                 // show/hide
                 if (config.controls != true && config.controls.indexOf('top') 
> -1) {
-                    console.log(config.controls);
                     $(pl.div).hover(
                         function() { 
                             $(pl.ctrls).fadeIn();

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to