Changeset 3164 in subversion
- Timestamp:
- Dec 4, 2009 9:41:25 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r3151 r3164 2375 2375 this.set_caret_pos(input_message.get(0), cursor_pos); 2376 2376 } 2377 else if (is_html && this.env.signatures) { // html2377 else if (is_html && show_sig && this.env.signatures) { // html 2378 2378 var editor = tinyMCE.get(this.env.composebody); 2379 2379 var sigElem = editor.dom.get('_rc_sig');
Note: See TracChangeset
for help on using the changeset viewer.
