From 9ce6da9590db114bec8e3d891a9c1aecf5689e80 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 29 Jan 2017 15:55:00 -0800 Subject: [PATCH] Enable keybind for Werk Tyme on internal archive. Fixes bug from fc8684282f33970e37c048670093ea76a001a42d. --- src/Miscellaneous/Keybinds.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 523a6e7e6..2873915ea 100644 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -120,10 +120,10 @@ Keybinds = return unless Gallery.enabled Gallery.cb.toggle() when Conf['fappeTyme'] - return unless Conf['Fappe Tyme'] and g.VIEW in ['index', 'thread'] + return unless FappeTyme.nodes?.fappe FappeTyme.toggle 'fappe' when Conf['werkTyme'] - return unless Conf['Werk Tyme'] and g.VIEW in ['index', 'thread'] + return unless FappeTyme.nodes?.werk FappeTyme.toggle 'werk' # Board Navigation when Conf['Front page']