Skip to content

Commit

Permalink
refs #1438
Browse files Browse the repository at this point in the history
 * 1.7.9도 순서조정
  • Loading branch information
yupmin committed Feb 10, 2010
1 parent 9c0abc2 commit f2837f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FM_Modern/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1993,8 +1993,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;
}
Expand Down

0 comments on commit f2837f0

Please sign in to comment.