diff --git a/src/Posting/Captcha.replace.coffee b/src/Posting/Captcha.replace.coffee index e118edded..24d9d867c 100644 --- a/src/Posting/Captcha.replace.coffee +++ b/src/Posting/Captcha.replace.coffee @@ -27,11 +27,6 @@ Captcha.replace = else if location.hostname is 'boards.4chan.org' form = $.id 'postForm' form.addEventListener 'focus', (-> Captcha.v1.create()), true - form.addEventListener 'blur', -> - $.queueTask -> - unless form.contains(document.activeElement) or $.id('qr')?.contains(document.activeElement) - Captcha.v1.destroy() - , true else Captcha.v1.create()