captchaContainer = grecaptcha.render('captcha_container', {
sitekey : sitekey,
callback : function(response) {
console.log(response)
setTimeout(function(){
"use strict";
grecaptcha.reset(captchaContainer);
},120000);
}
});
--
You received this message because you are subscribed to a topic in the Google Groups "reCAPTCHA" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/recaptcha/eG6tXb7vqYQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to recaptcha+...@googlegroups.com.
To post to this group, send email to reca...@googlegroups.com.
Visit this group at http://groups.google.com/group/recaptcha.
For more options, visit https://groups.google.com/d/optout.
<div class="" id="captcha_container" data-expired-callback="resetCallback"></div>
<script>
var captchaContainer = grecaptcha.render('captcha_container', {
sitekey : 'sitekey'
});
var resetCallback = function() {
grecaptcha.reset(captchaContainer);
}
</script>
<script src="https://www.google.com/recaptcha/api.js?onload=captchaContainer&render=explicit" async defer></script>
To unsubscribe from this group and all its topics, send an email to recaptcha+unsubscribe@googlegroups.com.
Try like this
<div class="" id="captcha_container"></div>
<script>
var captchaContainer =grecaptcha.render('captcha_container', {
sitekey : 'sitekey',
'expired-callback': resetCallback
});
var resetCallback = function() {
grecaptcha.reset(captchaContainer);
}
</script>
<script src="https://www.google.com/recaptcha/api.js?onload=captchaContainer&render=explicit" async defer></script>
To unsubscribe from this group and all its topics, send an email to recaptcha+...@googlegroups.com.
To post to this group, send email to reca...@googlegroups.com.
Visit this group at http://groups.google.com/group/recaptcha.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "reCAPTCHA" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/recaptcha/eG6tXb7vqYQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to recaptcha+...@googlegroups.com.
TypeError: a.jc is null
...se this.jc=Sc()};var xj=function(a,b,c){$c(a.jc.then(function(a){a.invoke(functi...