Author: andre
Date: 2010-04-08 23:26:32 +0200 (Thu, 08 Apr 2010)
New Revision: 41809
Modified:
openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
.unwrap() was introduced in jquery 1.4, maybe use something else here?
Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-04-08 21:11:33 UTC (rev 41808)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-04-08 21:26:32 UTC (rev 41809)
@@ -224,7 +224,7 @@
if (player.origpos != null) { // append them back to original div
$(player.origpos).append(player.div);
$('#oiplayer-fullscreen').remove();
- $(player.div).unwrap();
+ //$(player.div).unwrap();
player.origpos = null;
} else {
$(player.div).wrap('<div class="oiplayer-origpos" />');
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs