revert
This commit is contained in:
parent
dcba533001
commit
1f5c3228c5
@ -1222,7 +1222,7 @@
|
||||
submit = submits[_j];
|
||||
submit.disabled = false;
|
||||
submit.value = 'Submit';
|
||||
_results2.push(((_ref = $('#auto')) != null ? _ref.checked : void 0) ? $('#qr #com_submit').click() : void 0);
|
||||
_results2.push(((_ref = $('#auto')) != null ? _ref.checked : void 0) ? $('#qr_form').submit() : void 0);
|
||||
}
|
||||
return _results2;
|
||||
}
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
- mayhem:
|
||||
- Fix Auto Watch Reply and prevent upload of too large files when auto posting
|
||||
- Thread Stats performance fix, especially on long threads
|
||||
|
||||
2.15.1
|
||||
|
||||
@ -957,7 +957,7 @@ cooldown =
|
||||
for submit in submits
|
||||
submit.disabled = false
|
||||
submit.value = 'Submit'
|
||||
$('#qr #com_submit').click() if $('#auto')?.checked
|
||||
$('#qr_form').submit() if $('#auto')?.checked
|
||||
|
||||
qr =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user