From e981a7afed43685f014dd5d85ea4603c8fba9b10 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Mon, 29 Jan 2007 15:18:20 +0100 Subject: [PATCH] [svn r10965] remove the autostart for the flash mp3 player --- main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.js b/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.js index ef4b919df9..18cabe0148 100644 --- a/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.js +++ b/main/inc/lib/fckeditor/editor/plugins/MP3/fck_mp3.js @@ -260,7 +260,7 @@ Media.prototype.getOuterHTML = function (objectId){ * Devuelve el codigo HTML interno del elemento */ Media.prototype.getInnerHTML = function (objectId){ - var s=''; + var s=''; return s; };