actually submit when called by cooldown
This commit is contained in:
parent
861e993fd0
commit
3b2b50a230
@ -1324,6 +1324,9 @@
|
||||
return alert('Error: File too large.');
|
||||
}
|
||||
} else if (isQR) {
|
||||
if (!e) {
|
||||
this.submit();
|
||||
}
|
||||
$('#error').textContent = '';
|
||||
qr.autohide.set();
|
||||
return qr.sage = /sage/i.test($('input[name=email]', this).value);
|
||||
|
||||
@ -1040,6 +1040,7 @@ qr =
|
||||
alert 'Error: File too large.'
|
||||
|
||||
else if isQR
|
||||
if !e then @submit()
|
||||
$('#error').textContent = ''
|
||||
qr.autohide.set()
|
||||
qr.sage = /sage/i.test $('input[name=email]', @).value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user