let the user decide when to stop posting

This commit is contained in:
James Campos 2011-06-03 23:04:44 -07:00
parent d6a36f35bc
commit 220803b49d
2 changed files with 0 additions and 2 deletions

View File

@ -1053,7 +1053,6 @@
submit.disabled = false;
submit.value = 'Submit';
if ((_ref2 = $('#auto')) != null ? _ref2.checked : void 0) {
$('#auto').checked = false;
$('#qr_form').submit();
}
}

View File

@ -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