Author: andre
Date: 2010-03-14 15:23:42 +0100 (Sun, 14 Mar 2010)
New Revision: 41365
Modified:
openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
removed logging
Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-14 14:21:59 UTC (rev 41364)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
2010-03-14 14:23:42 UTC (rev 41365)
@@ -349,7 +349,6 @@
function createPoster(el, player) {
var src = player.poster;
- console.log("t: " + player.type + ", " + src);
if (!src && player.type == 'audio') { // for audio-tags (no attribute
poster)
var img = $(el).find('img')[0];
src = $(img).attr('src');
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs