From 03b6a65cb4328d1a02ae475c5210f47891e8dc4b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 14 Mar 2015 18:03:02 -0700 Subject: [PATCH] Werk Tyme does need to run on /f/ due to cross-board links. --- src/Images/FappeTyme.coffee | 2 +- src/Miscellaneous/Keybinds.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Images/FappeTyme.coffee b/src/Images/FappeTyme.coffee index 9c72b1e5e..9df2ef32f 100755 --- a/src/Images/FappeTyme.coffee +++ b/src/Images/FappeTyme.coffee @@ -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 = diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index dd688fa6d..c09d79ced 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -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']