From: Michael M Slusarz Date: Thu, 22 Apr 2010 17:19:41 +0000 (-0600) Subject: Not needed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f11a767972dba9db0a707af436a0a97883ba033b;p=horde.git Not needed --- diff --git a/imp/js/compose-dimp.js b/imp/js/compose-dimp.js index f7bb56fbe..4740fd448 100644 --- a/imp/js/compose-dimp.js +++ b/imp/js/compose-dimp.js @@ -221,8 +221,6 @@ var DimpCompose = { switch (d.action) { case 'autoSaveDraft': case 'saveDraft': - this.setDisabled(false); - this.updateDraftsMailbox(); if (d.action == 'saveDraft') { @@ -278,8 +276,6 @@ var DimpCompose = { this.uploading = false; if (d.success) { this.addAttach(d.atc.num, d.atc.name, d.atc.type, d.atc.size); - } else { - this.setDisabled(false); } if (DIMP.conf_compose.attach_limit != -1 && $('attach_list').childElements().size() > DIMP.conf_compose.attach_limit) {