mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
handle problem experienced with sending, when previously saved as draft manually
This commit is contained in:
parent
524ada841b
commit
31af74cbee
@ -783,7 +783,8 @@ function fm_compose_sendEMail() {
|
||||
|
||||
if(addressSet == true && subjectSet == true && doubleCheck == false) {
|
||||
// if we submit the form, we do not want to execute the onunload stuff
|
||||
do_onunload=false;
|
||||
justSavedAsDraftManually = false;
|
||||
do_onunload=false;
|
||||
document.doit.submit();
|
||||
} else {
|
||||
justClickedSend = false; // since we did not send at all,....
|
||||
|
Loading…
Reference in New Issue
Block a user