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