From a18419a02f8f18be05d5c33f9d40bdeab2fdadda Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Sep 2016 02:26:38 -0700 Subject: [PATCH] Thread Expansion only needs to run on the index. --- src/Miscellaneous/ExpandThread.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/ExpandThread.coffee b/src/Miscellaneous/ExpandThread.coffee index 1d3f7b0ab..9fbee18c7 100644 --- a/src/Miscellaneous/ExpandThread.coffee +++ b/src/Miscellaneous/ExpandThread.coffee @@ -1,7 +1,7 @@ ExpandThread = statuses: {} init: -> - return if g.VIEW is 'thread' or !Conf['Thread Expansion'] + return unless g.VIEW is 'index' and Conf['Thread Expansion'] if Conf['JSON Index'] $.on d, 'IndexRefreshInternal', @onIndexRefresh else