one-liner
This commit is contained in:
parent
862ba151cb
commit
3d4b6e7942
@ -799,8 +799,7 @@ cooldown =
|
||||
else
|
||||
submit.disabled = false
|
||||
submit.value = 'Submit'
|
||||
if $('#auto')?.checked
|
||||
$('#qr_form').submit()
|
||||
$('#qr_form').submit() if $('#auto')?.checked
|
||||
|
||||
window.clearInterval cooldown.interval unless cooldown.duration
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user