var onloadCallback=function(){jQuery('.g-recaptcha').each(function(i){grecaptcha.render(jQuery(this).attr('id'),{'sitekey':jQuery(this).data('sitekey'),'theme':jQuery(this).data('theme')})})};
function um_recaptcha_refresh(){jQuery('.g-recaptcha').html('');grecaptcha.reset();onloadCallback()}