Changeset 4898 in subversion
- Timestamp:
- Jul 1, 2011 4:06:46 PM (23 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r4893 r4898 2868 2868 // add signature according to selected identity 2869 2869 // if we have HTML editor, signature is added in callback 2870 if (input_from. attr('type') == 'select-one' && $("input[name='_draft_saveid']").val() == '') {2870 if (input_from.prop('type') == 'select-one' && $("input[name='_draft_saveid']").val() == '') { 2871 2871 this.change_identity(input_from[0]); 2872 2872 } … … 2907 2907 2908 2908 // check sender (if have no identities) 2909 if (input_from. attr('type') == 'text' && !rcube_check_email(input_from.val(), true)) {2909 if (input_from.prop('type') == 'text' && !rcube_check_email(input_from.val(), true)) { 2910 2910 alert(this.get_label('nosenderwarning')); 2911 2911 input_from.focus();
Note: See TracChangeset
for help on using the changeset viewer.
