From 55c55c8f7dcb9601704461011b451e7f0fda90e5 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sun, 5 Jun 2011 23:12:51 +0000 Subject: [PATCH] Fix JS error in Press This, props greuben, fixes #17501 git-svn-id: http://svn.automattic.com/wordpress/trunk@18155 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/press-this.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 1c74fe436..445f0fb15 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -366,7 +366,6 @@ var photostorage = false; function append_editor(text) { if ( '' != text && tinyMCE.activeEditor && ! tinyMCE.activeEditor.isHidden()) { tinyMCE.execCommand('mceSetContent', false, tinyMCE.activeEditor.getContent({format : 'raw'}) + '

' + text + '

'); - tinyMCE.execCommand('mceCleanup'); } else { insert_plain_editor(text); }