mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
handle problem experienced with sending, when previously saved as draft manually; we need to return true on Send (after doit.submit())
This commit is contained in:
parent
31af74cbee
commit
80b0765fb5
@ -786,6 +786,7 @@ function fm_compose_sendEMail() {
|
||||
justSavedAsDraftManually = false;
|
||||
do_onunload=false;
|
||||
document.doit.submit();
|
||||
return true;
|
||||
} else {
|
||||
justClickedSend = false; // since we did not send at all,....
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user