'Cycle sort type' keybind only works on index.
This commit is contained in:
parent
9d0a40ebac
commit
68dbb73c4e
@ -132,7 +132,7 @@ Keybinds =
|
|||||||
when Conf['Open catalog']
|
when Conf['Open catalog']
|
||||||
window.location = CatalogLinks.catalog()
|
window.location = CatalogLinks.catalog()
|
||||||
when Conf['Cycle sort type']
|
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()
|
Index.cycleSortType()
|
||||||
# Thread Navigation
|
# Thread Navigation
|
||||||
when Conf['Next thread']
|
when Conf['Next thread']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user