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
|
return
|
||||||
|
|
||||||
replies = $$ '.thread > .replyContainer', threadRoot
|
replies = $$ '.thread > .replyContainer', threadRoot
|
||||||
if Conf['Show Replies']
|
if !Conf['JSON Navigation'] or Conf['Show Replies']
|
||||||
num = if thread.isSticky
|
num = if thread.isSticky
|
||||||
1
|
1
|
||||||
else switch g.BOARD.ID
|
else switch g.BOARD.ID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user