qr.refresh is not a cb
This commit is contained in:
parent
f205a39f78
commit
b4d078a1f1
@ -1122,6 +1122,7 @@
|
|||||||
ta = $('textarea', dialog);
|
ta = $('textarea', dialog);
|
||||||
ta.focus();
|
ta.focus();
|
||||||
return ta.value += text;
|
return ta.value += text;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
refresh: function(dialog) {
|
refresh: function(dialog) {
|
||||||
var f;
|
var f;
|
||||||
@ -1129,7 +1130,6 @@
|
|||||||
$('input[name=recaptcha_response_field]', dialog).value = '';
|
$('input[name=recaptcha_response_field]', dialog).value = '';
|
||||||
f = $('input[type=file]', dialog).parentNode;
|
f = $('input[type=file]', dialog).parentNode;
|
||||||
return f.innerHTML = f.innerHTML;
|
return f.innerHTML = f.innerHTML;
|
||||||
}
|
|
||||||
},
|
},
|
||||||
cooldown: function() {
|
cooldown: function() {
|
||||||
var submit, submits, _i, _len;
|
var submit, submits, _i, _len;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user