diff --git a/4chan_x.user.js b/4chan_x.user.js index 085b7eeb0..dd4bdec98 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2058,6 +2058,7 @@ return QR.response(this.response); }, onerror: function() { + QR.status(); return QR.error($.el('a', { href: '//www.4chan.org/banned', target: '_blank', diff --git a/script.coffee b/script.coffee index 36f89ee7b..cb84a2add 100644 --- a/script.coffee +++ b/script.coffee @@ -1556,6 +1556,7 @@ QR = onerror: -> # Connection error, or # CORS disabled error on www.4chan.org/banned + QR.status() QR.error $.el 'a', href: '//www.4chan.org/banned' target: '_blank'