From b1fc7e58661f2a5afeb6110fa238e8960e502278 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 11 Dec 2014 00:11:01 -0800 Subject: [PATCH] Close captcha on Esc so that QR hides. #233 --- src/Miscellaneous/Keybinds.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index e36bec682..6019dc3a7 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -47,6 +47,7 @@ Keybinds = $('.close', notification).click() else if QR.nodes and !QR.nodes.el.hidden if Conf['Persistent QR'] + QR.captcha.destroy() QR.hide() else QR.close()