Author: andre
Date: 2009-09-14 12:39:18 +0200 (Mon, 14 Sep 2009)
New Revision: 38593

Modified:
   openimages/trunk/src/main/webapp/style/js/player.js
Log:
do only showInfo() when debugging


Modified: openimages/trunk/src/main/webapp/style/js/player.js
===================================================================
--- openimages/trunk/src/main/webapp/style/js/player.js 2009-09-14 10:17:15 UTC 
(rev 38592)
+++ openimages/trunk/src/main/webapp/style/js/player.js 2009-09-14 10:39:18 UTC 
(rev 38593)
@@ -409,6 +409,6 @@
         
     };
     progress();
-    showInfo();
+    //showInfo();
     
 }

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to