From 1d96255dd0d3af02d38710efac498657a89b0aa5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 19 Sep 2014 15:51:20 -0700 Subject: [PATCH] fix index settings affecting thread expansion when JSON Navigation is off --- src/Miscellaneous/ExpandThread.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/ExpandThread.coffee b/src/Miscellaneous/ExpandThread.coffee index fb7a84566..65746e55c 100755 --- a/src/Miscellaneous/ExpandThread.coffee +++ b/src/Miscellaneous/ExpandThread.coffee @@ -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