qr.refresh is not a cb

This commit is contained in:
James Campos 2011-04-07 15:16:36 -07:00
parent f205a39f78
commit b4d078a1f1
2 changed files with 13 additions and 13 deletions

View File

@ -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;