From e2d2c669a0d6811949d6aa2bcb912588e34b26d1 Mon Sep 17 00:00:00 2001 From: yupmin Date: Wed, 10 Feb 2010 10:53:02 +0000 Subject: [PATCH] =?UTF-8?q?refs=20#1438=20=20*=20=EC=88=9C=EC=84=9C?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/FM_Modern/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FM_Modern/editor.js b/plugins/FM_Modern/editor.js index ce9096b96..3e70873bb 100644 --- a/plugins/FM_Modern/editor.js +++ b/plugins/FM_Modern/editor.js @@ -1999,8 +1999,8 @@ TTModernEditor.prototype.toggleMode = function() { this.iframe.style.display = "none"; this.textarea.style.display = "block"; this.editMode = "TEXTAREA"; - this.textarea.value = this.html2ttml(); this.correctContent(); + this.textarea.value = this.html2ttml(); this.textarea.focus(); this.resizer.target = this.textarea; }