first commit
This commit is contained in:
6
wp/wp-content/themes/child-theme/js/recaptcha.js
Normal file
6
wp/wp-content/themes/child-theme/js/recaptcha.js
Normal file
@@ -0,0 +1,6 @@
|
||||
jQuery(window).on('load', function () {
|
||||
let textarea = document.getElementById("g-recaptcha-response-100000");
|
||||
textarea.setAttribute("aria-hidden", "true");
|
||||
textarea.setAttribute("aria-label", "do not use");
|
||||
textarea.setAttribute("aria-readonly", "true");
|
||||
});
|
||||
Reference in New Issue
Block a user