projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f01cb7
)
Don't show thread graphics in vertical mode
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Dec 2010 04:29:06 +0000
(21:29 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Dec 2010 04:29:06 +0000
(21:29 -0700)
imp/js/dimpbase.js
patch
|
blob
|
history
diff --git
a/imp/js/dimpbase.js
b/imp/js/dimpbase.js
index
6a4b2b4
..
0c6b6ca
100644
(file)
--- a/
imp/js/dimpbase.js
+++ b/
imp/js/dimpbase.js
@@
-397,7
+397,7
@@
var DimpBase = {
r.subjecttitle = r.subject;
// Add thread graphics
- if (tsort) {
+ if (tsort
&& mode != 'vert'
) {
u = thread.get(r.imapuid);
if (u) {
$R(0, u.length, true).each(function(i) {