mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Remove extra saving as draft
This commit is contained in:
parent
7496fbb66e
commit
193a8847b9
@ -5303,7 +5303,6 @@ app.classes.mail = AppJS.extend(
|
|||||||
{
|
{
|
||||||
if (this.compose_integrate_submit() && _action) return false;
|
if (this.compose_integrate_submit() && _action) return false;
|
||||||
|
|
||||||
if (_action.id == 'send') this.saveAsDraft(null, 'autosaving');
|
|
||||||
if (this.mailvelope_editor)
|
if (this.mailvelope_editor)
|
||||||
{
|
{
|
||||||
var self = this;
|
var self = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user