From 220803b49d7a233fc8f12f7c6e554e2147f1972c Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 3 Jun 2011 23:04:44 -0700 Subject: [PATCH] let the user decide when to stop posting --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) 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