Thread Expansion only needs to run on the index.
This commit is contained in:
parent
0d521655f8
commit
a18419a02f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user