projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7ad25
)
Fix opening popup message view
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 27 Sep 2010 20:44:45 +0000
(14:44 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 27 Sep 2010 20:44:45 +0000
(14:44 -0600)
imp/js/dimpbase.js
patch
|
blob
|
history
diff --git
a/imp/js/dimpbase.js
b/imp/js/dimpbase.js
index
3016e4f
..
eeafbeb
100644
(file)
--- a/
imp/js/dimpbase.js
+++ b/
imp/js/dimpbase.js
@@
-1995,7
+1995,7
@@
var DimpBase = {
if (tmp.first().draft && this.viewport.getMetaData('drafts')) {
DimpCore.compose('resume', { uids: tmp });
} else {
- this.msgWindow(tmp);
+ this.msgWindow(tmp
.first()
);
}
e.stop();
}