From 55ea86d5cd521d2db83e653cd116ecaddf45cbff Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 20 Sep 2014 12:36:06 -0700 Subject: [PATCH] restore index mode condition to Front page keybind --- src/Miscellaneous/Keybinds.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 0ad8be306..c8577d57c 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -103,6 +103,7 @@ Keybinds = # Board Navigation when Conf['Front page'] if Conf['JSON Navigation'] and g.VIEW is 'index' + return unless Conf['Index Mode'] in ['paged', 'infinite'] Index.userPageNav 1 else window.location = "/#{g.BOARD}/"