Author: andre
Date: 2010-06-21 09:37:16 +0200 (Mon, 21 Jun 2010)
New Revision: 42615

Modified:
   openimages/trunk/src/main/webapp/style/js/main.js.jsp
Log:
changed name of event to oiplayerplay


Modified: openimages/trunk/src/main/webapp/style/js/main.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/main.js.jsp       2010-06-18 
15:39:24 UTC (rev 42614)
+++ openimages/trunk/src/main/webapp/style/js/main.js.jsp       2010-06-21 
07:37:16 UTC (rev 42615)
@@ -157,7 +157,7 @@
 }
 
 function initPlayStats() {
-    $('div.oiplayer').bind("oiplayerstart", function(ev, pl) {
+    $('div.oiplayer').bind("oiplayerplay", function(ev, pl) {
         var url = "${mm:link('/action/stats.jspx')}?id=" + pl.id;
         $.ajax({ 
             url: url, 

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

Reply via email to