fix index settings affecting thread expansion when JSON Navigation is off

This commit is contained in:
ccd0 2014-09-19 15:51:20 -07:00
parent b9e17acd03
commit 1d96255dd0

View File

@ -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