@@ -657,7 +657,7 @@
|
||||
|
||||
if (window.grecaptcha && reCaptchaSiteKey) {
|
||||
grecaptcha.ready(function () {
|
||||
grecaptcha.execute(reCaptchaSiteKey, { action: 'contact' }).then(postSubscribe);
|
||||
grecaptcha.execute(reCaptchaSiteKey, { action: 'subscribe' }).then(postSubscribe);
|
||||
});
|
||||
} else {
|
||||
$loader.hide();
|
||||
|
||||
Reference in New Issue
Block a user