- Timestamp:
- 04/19/13 11:07:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/main.js
r8083 r8096 3548 3548 if ($(content).find('select[name="input_from"]').val()) 3549 3549 mailData.input_from = $(content).find('select[name="input_from"]').val(); 3550 3550 3551 if(stringEmail != ""){ 3551 3552 $.ajax({ 3552 3553 url: "controller.php?action=$this.imap_functions.send_mail", … … 3571 3572 } 3572 3573 }); 3573 3574 }else{ 3575 write_msg(get_lang("message without receiver")); 3576 } 3574 3577 } 3575 3578
Note: See TracChangeset
for help on using the changeset viewer.