From 68dbb73c4eceec13cdc56550f8181adc28ab65a2 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 9 Dec 2014 17:57:07 -0800 Subject: [PATCH] 'Cycle sort type' keybind only works on index. --- src/Miscellaneous/Keybinds.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index e36bec682..72a7e5e7d 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -132,7 +132,7 @@ Keybinds = when Conf['Open catalog'] window.location = CatalogLinks.catalog() when Conf['Cycle sort type'] - return unless Conf['JSON Navigation'] + return unless Conf['JSON Navigation'] and g.VIEW is 'index' and g.BOARD isnt 'f' Index.cycleSortType() # Thread Navigation when Conf['Next thread']