Changeset 1040 in subversion
- Timestamp:
- Feb 11, 2008 2:49:48 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1021 r1040 1825 1825 // editor is a TinyMCE_Control object 1826 1826 var editor = tinyMCE.getInstanceById(eid); 1827 // if this is null, we should exit 1828 if (editor == null) { 1829 return false; 1830 } 1827 1831 var msgDoc = editor.getDoc(); 1828 1832 var msgBody = msgDoc.body;
Note: See TracChangeset
for help on using the changeset viewer.
