Werk Tyme does need to run on /f/ due to cross-board links.

This commit is contained in:
ccd0 2015-03-14 18:03:02 -07:00
parent d6f2d9492e
commit 03b6a65cb4
2 changed files with 3 additions and 3 deletions

View File

@ -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 =

View File

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