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