Author: andre
Date: 2009-11-13 13:55:22 +0100 (Fri, 13 Nov 2009)
New Revision: 39681

Modified:
   openimages/trunk/src/main/webapp/player/player.html
   openimages/trunk/src/main/webapp/style/js/jquery.oiplayer.js
   openimages/trunk/src/main/webapp/style/js/play.js.jsp
Log:
renamed plugin 

Modified: openimages/trunk/src/main/webapp/player/player.html
===================================================================
--- openimages/trunk/src/main/webapp/player/player.html 2009-11-13 12:52:59 UTC 
(rev 39680)
+++ openimages/trunk/src/main/webapp/player/player.html 2009-11-13 12:55:22 UTC 
(rev 39681)
@@ -9,7 +9,7 @@
   <script src="../mmbase/jquery/jquery-1.3.2.min.js" 
type="text/javascript"></script>
   <script src="../style/js/main.js.jsp" type="text/javascript"><!-- help ie 
--></script>
   <script type="text/javascript" src="flowplayer-3.1.4.min.js"><!-- help ie 
--></script>
-  <script src="../style/js/player.js" type="text/javascript"><!-- help ie 
--></script>
+  <script src="../style/js/jquery.oiplayer.js" type="text/javascript"><!-- 
help ie --></script>
   <script src="../style/js/play.js.jsp" type="text/javascript"><!-- help ie 
--></script>
   <link href="../style/css/player.css" rel="stylesheet" type="text/css" />
 

Modified: openimages/trunk/src/main/webapp/style/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/style/js/jquery.oiplayer.js        
2009-11-13 12:52:59 UTC (rev 39680)
+++ openimages/trunk/src/main/webapp/style/js/jquery.oiplayer.js        
2009-11-13 12:55:22 UTC (rev 39681)
@@ -17,7 +17,7 @@
   @changes: jQuery plugin
 */
 
-jQuery.fn.oipPlayer = function(conf) {
+jQuery.fn.oiplayer = function(conf) {
     return this.each(function() {
         var self = this;
         var config = jQuery.extend({    // example configuration
@@ -153,7 +153,6 @@
                 }
             }
         }
-        alert("proposal: " + proposal.type);
         return proposal;
     }
     

Modified: openimages/trunk/src/main/webapp/style/js/play.js.jsp
===================================================================
--- openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-11-13 
12:52:59 UTC (rev 39680)
+++ openimages/trunk/src/main/webapp/style/js/play.js.jsp       2009-11-13 
12:55:22 UTC (rev 39681)
@@ -12,7 +12,7 @@
 */
 
 function inititPlayer() {
-    $('div.oiplayer').oipPlayer({
+    $('div.oiplayer').oiplayer({
         /* msie (or windows java) has issues with just a dir */
         'server' : '<mm:url page="/" absolute="true" />',
         /* the files (jar, flash) need to be in this directory */

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

Reply via email to