From a720609a1cc588d0abcd5ead410f225528762bf5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 26 Jan 2015 03:42:03 -0800 Subject: [PATCH] Fix merge mistake. --- src/Miscellaneous/Keybinds.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 1dee06895..94b26432f 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -101,7 +101,6 @@ Keybinds = return unless Conf['Fappe Tyme'] and g.VIEW in ['index', 'thread'] and g.BOARD.ID isnt 'f' FappeTyme.toggle 'fappe' when Conf['werkTyme'] - return if !Conf['Werk Tyme'] or g.VIEW not in ['index', 'thread'] or g.BOARD is 'f' return unless Conf['Werk Tyme'] and g.VIEW in ['index', 'thread'] and g.BOARD.ID isnt 'f' FappeTyme.toggle 'werk' # Board Navigation