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']