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 =
|
||||
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 = {}
|
||||
@enabled =
|
||||
|
||||
@ -98,10 +98,10 @@ Keybinds =
|
||||
return unless Gallery.enabled
|
||||
Gallery.cb.toggle()
|
||||
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'
|
||||
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'
|
||||
# Board Navigation
|
||||
when Conf['Front page']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user