From 98133573425457aa412b024d7777d4a0a6ad1ac2 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 7 Sep 2014 10:21:58 -0700 Subject: [PATCH] no more common thread --- src/General/Index.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 81fe897f4..db89595d1 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -115,7 +115,6 @@ Index = return Index.endNotice() if pageNum > Index.pagesNum nodes = Index.buildSinglePage pageNum - nodes.shift() # Remove thread common with previous page Index.buildReplies nodes if Conf['Show Replies'] Index.buildStructure nodes Index.setPage pageNum