fix index settings affecting thread expansion when JSON Navigation is off
This commit is contained in:
parent
b9e17acd03
commit
1d96255dd0
@ -60,7 +60,7 @@ ExpandThread =
|
||||
return
|
||||
|
||||
replies = $$ '.thread > .replyContainer', threadRoot
|
||||
if Conf['Show Replies']
|
||||
if !Conf['JSON Navigation'] or Conf['Show Replies']
|
||||
num = if thread.isSticky
|
||||
1
|
||||
else switch g.BOARD.ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user