diff --git a/4chan_x.user.js b/4chan_x.user.js index 66c077c49..c5f258aac 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1053,7 +1053,6 @@ submit.disabled = false; submit.value = 'Submit'; if ((_ref2 = $('#auto')) != null ? _ref2.checked : void 0) { - $('#auto').checked = false; $('#qr_form').submit(); } } diff --git a/script.coffee b/script.coffee index 9bd4953a5..0db7de237 100644 --- a/script.coffee +++ b/script.coffee @@ -800,7 +800,6 @@ cooldown = submit.disabled = false submit.value = 'Submit' if $('#auto')?.checked - $('#auto').checked = false $('#qr_form').submit() window.clearInterval cooldown.interval unless cooldown.duration