]> git.mjollnir.org Git - s9y.git/commitdiff
Removed TinyMCE patch as it is not neccessary anymore.
authorbrockhaus <brockhaus>
Mon, 6 Aug 2007 13:52:46 +0000 (13:52 +0000)
committerbrockhaus <brockhaus>
Mon, 6 Aug 2007 13:52:46 +0000 (13:52 +0000)
serendipity_editor.js

index 3b5c418395a9050fca9613b9d470146b2ddd636a..8bcbec1a76b2d7d3f62324aac625e821fe326836 100644 (file)
@@ -290,8 +290,6 @@ function serendipity_imageSelector_done(textarea)
 
     if (typeof(parent.self.opener.htmlarea_editors) != 'undefined' && typeof(parent.self.opener.htmlarea_editors[textarea]) != 'undefined') {
         parent.self.opener.htmlarea_editors[textarea].surroundHTML(block, '');
-    } else if (typeof(parent.self.opener.TinyMCE) !='undefined') {
-        parent.self.opener.tinyMCE.execCommand('mceInsertRawHTML', true, block);
     } else if (parent.self.opener.editorref) {
         parent.self.opener.editorref.surroundHTML(block, '');
     } else {