From e012cc4d641f9a4a29ed79b39d45cdd98a2a1e6a Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 30 Oct 2013 03:04:18 +0100 Subject: [PATCH] Hide the page list in non-paged mode. --- src/Miscellaneous/Index.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Miscellaneous/Index.coffee b/src/Miscellaneous/Index.coffee index dd49f4f37..bcc4c4615 100644 --- a/src/Miscellaneous/Index.coffee +++ b/src/Miscellaneous/Index.coffee @@ -101,3 +101,4 @@ Index = board = $ '.board' $.rmAll board $.add board, nodes + $('.pagelist').hidden = Conf['Index Mode'] isnt 'paged'