JezK
Edit File: reviews-qa-captcha.js
if (typeof grecaptcha !== 'undefined' && grecaptcha && jQuery('.cr-recaptcha').length) { grecaptcha.ready(() => { grecaptcha.render(jQuery('.cr-recaptcha')[0], { sitekey: crReviewsQaCaptchaConfig.v2Sitekey }); }); }