projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9098d3c
)
Not needed
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 22 Apr 2010 17:19:41 +0000
(11:19 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 22 Apr 2010 17:33:29 +0000
(11:33 -0600)
imp/js/compose-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/compose-dimp.js
b/imp/js/compose-dimp.js
index
f7bb56f
..
4740fd4
100644
(file)
--- 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) {