From 3b7dbb231b543ded2f8242a8f83e87c3fafe4af3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 30 Nov 2010 21:29:06 -0700 Subject: [PATCH] Don't show thread graphics in vertical mode --- imp/js/dimpbase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/dimpbase.js b/imp/js/dimpbase.js index 6a4b2b4f6..0c6b6ca38 100644 --- 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) { -- 2.11.0