From 98fb6309812c121754a091d6663f01bdc4d2c423 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 13 Mar 2015 20:49:04 -0700 Subject: [PATCH] Don't interrupt autoposting with alerts from errors that don't stop autoposting. #355 --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 9aee800de..d19f0665f 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -182,7 +182,7 @@ QR = QR.captcha.notify el else QR.notify el - alert el.textContent if d.hidden + alert el.textContent if d.hidden and not QR.cooldown.auto notify: (el) -> notice = new Notice 'warning', el