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