recaptcha bugfix
This commit is contained in:
parent
8b79ab82b4
commit
535a1d7f38
@ -122,6 +122,7 @@ $(document).ready(function () {
|
||||
|
||||
let btn = $(this);
|
||||
let email = $("#email").val();
|
||||
let siteKey = $("#siteKey").val().trim();
|
||||
|
||||
let params = { email: email };
|
||||
if (typeof grecaptcha !== 'undefined') {
|
||||
|
Loading…
Reference in New Issue
Block a user