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