| 1 |
function accua_forms_show_recaptcha(key, id, opts) { |
| 2 |
Recaptcha.create(key, id, opts); |
| 3 |
jQuery('.accua_forms_show_recaptcha_button').show(); |
| 4 |
jQuery('#'+id).siblings('.accua_forms_show_recaptcha_button').hide(); |
| 5 |
} |
| 6 |
|
| 7 |
var accuaform_recaptcha_ajax_loaded = true; |
| 8 |
|