Changeset 2250 in subversion
- Timestamp:
- Jan 22, 2009 6:55:49 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/editor.js
r2232 r2250 75 75 if (ishtml) 76 76 { 77 var existingPlainText = composeElement.value;78 var htmlText = "<pre>" + existingPlainText+ "</pre>";77 rcmail.display_spellcheck_controls(false); 78 var htmlText = "<pre>" + composeElement.value + "</pre>"; 79 79 80 rcmail.display_spellcheck_controls(false);81 80 composeElement.value = htmlText; 82 81 tinyMCE.execCommand('mceAddControl', true, textAreaId);
Note: See TracChangeset
for help on using the changeset viewer.
