diff --git a/4chan_x.user.js b/4chan_x.user.js index 9bc1ccef1..859857e7c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1324,6 +1324,9 @@ return alert('Error: File too large.'); } } else if (isQR) { + if (!e) { + this.submit(); + } $('#error').textContent = ''; qr.autohide.set(); return qr.sage = /sage/i.test($('input[name=email]', this).value); diff --git a/script.coffee b/script.coffee index 1e38ba89d..bcf3f7087 100644 --- a/script.coffee +++ b/script.coffee @@ -1040,6 +1040,7 @@ qr = alert 'Error: File too large.' else if isQR + if !e then @submit() $('#error').textContent = '' qr.autohide.set() qr.sage = /sage/i.test $('input[name=email]', @).value