Author: andre
Date: 2010-03-02 17:17:49 +0100 (Tue, 02 Mar 2010)
New Revision: 41237
Modified:
openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
make url to cortado.jar for others also with server
Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-02 16:14:49 UTC (rev 41236)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-02 16:17:49 UTC (rev 41237)
@@ -424,7 +424,7 @@
CortadoPlayer.prototype.init = function(el, url, config) {
this._init(el, url, config);
this.url = url;
- var jar = config.jar;
+ var jar = config.server + config.jar;
var usevideo = true;
var useheight = this.height;
if (this.type == 'audio') {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs