projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270b23a
)
Don't show double notifications in dimp compose screen
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 19 May 2009 19:06:09 +0000
(13:06 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 19 May 2009 19:06:09 +0000
(13:06 -0600)
imp/js/src/compose-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/src/compose-dimp.js
b/imp/js/src/compose-dimp.js
index
f9e0d99
..
5e29f86
100644
(file)
--- a/
imp/js/src/compose-dimp.js
+++ b/
imp/js/src/compose-dimp.js
@@
-285,7
+285,9
@@
var DimpCompose = {
this.dbtext = this.sbtext = null;
}
- DimpCore.showNotifications(r.msgs);
+ if (!r.msgs_noauto) {
+ DimpCore.showNotifications(r.msgs);
+ }
},
onNoSpellError: function(action)