Fix auto posting submit check. Close #192
This commit is contained in:
parent
1cc10528c7
commit
6e1de66b40
@ -1222,7 +1222,7 @@
|
||||
submit = submits[_j];
|
||||
submit.disabled = false;
|
||||
submit.value = 'Submit';
|
||||
_results2.push(((_ref = $('#auto')) != null ? _ref.checked : void 0) ? $('#qr_form').submit() : void 0);
|
||||
_results2.push(((_ref = $('#auto')) != null ? _ref.checked : void 0) ? $('#qr #com_submit').click() : void 0);
|
||||
}
|
||||
return _results2;
|
||||
}
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
- mayhem:
|
||||
- Fix Auto Watch Reply and prevent upload of too large files when auto posting
|
||||
|
||||
2.15.1
|
||||
- mayhem:
|
||||
- prevent upload of too large files
|
||||
|
||||
@ -957,7 +957,7 @@ cooldown =
|
||||
for submit in submits
|
||||
submit.disabled = false
|
||||
submit.value = 'Submit'
|
||||
$('#qr_form').submit() if $('#auto')?.checked
|
||||
$('#qr #com_submit').click() if $('#auto')?.checked
|
||||
|
||||
qr =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user