Files
medicalalert-web-reloaded/wp/wp-content/themes/child-theme/js/recaptcha.js
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

6 lines
275 B
JavaScript

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");
});