openclassify/addons/default/visiosoft/profile-module/resources/assets/js/captcha.js

7 lines
189 B
JavaScript

grecaptcha.ready(function() {
grecaptcha.execute(reCAPTCHASiteKey)
.then(function(token) {
document.getElementById("recaptcha_token").value = token;
});
});