Files
medicalalert-web-reloaded/wp/themes/child-theme/js/recaptcha.js
2024-01-09 22:14:20 -05: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");
});