Werk Tyme does need to run on /f/ due to cross-board links.
This commit is contained in:
parent
d6f2d9492e
commit
03b6a65cb4
@ -1,6 +1,6 @@
|
|||||||
FappeTyme =
|
FappeTyme =
|
||||||
init: ->
|
init: ->
|
||||||
return unless (Conf['Fappe Tyme'] or Conf['Werk Tyme']) and g.VIEW in ['index', 'thread'] and g.BOARD.ID isnt 'f'
|
return unless (Conf['Fappe Tyme'] or Conf['Werk Tyme']) and g.VIEW in ['index', 'thread']
|
||||||
|
|
||||||
@nodes = {}
|
@nodes = {}
|
||||||
@enabled =
|
@enabled =
|
||||||
|
|||||||
@ -98,10 +98,10 @@ Keybinds =
|
|||||||
return unless Gallery.enabled
|
return unless Gallery.enabled
|
||||||
Gallery.cb.toggle()
|
Gallery.cb.toggle()
|
||||||
when Conf['fappeTyme']
|
when Conf['fappeTyme']
|
||||||
return unless Conf['Fappe Tyme'] and g.VIEW in ['index', 'thread'] and g.BOARD.ID isnt 'f'
|
return unless Conf['Fappe Tyme'] and g.VIEW in ['index', 'thread']
|
||||||
FappeTyme.toggle 'fappe'
|
FappeTyme.toggle 'fappe'
|
||||||
when Conf['werkTyme']
|
when Conf['werkTyme']
|
||||||
return unless Conf['Werk Tyme'] and g.VIEW in ['index', 'thread'] and g.BOARD.ID isnt 'f'
|
return unless Conf['Werk Tyme'] and g.VIEW in ['index', 'thread']
|
||||||
FappeTyme.toggle 'werk'
|
FappeTyme.toggle 'werk'
|
||||||
# Board Navigation
|
# Board Navigation
|
||||||
when Conf['Front page']
|
when Conf['Front page']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user