add theme
This commit is contained in:
11
wp/wp-content/themes/medicalalert/src/js/app.js
Normal file
11
wp/wp-content/themes/medicalalert/src/js/app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import $ from 'jquery';
|
||||
window.$ = window.jQuery = $;
|
||||
import "bootstrap";
|
||||
import 'slick-carousel';
|
||||
|
||||
$(window).on('load', function() {
|
||||
// Adds aria-label to reCaptcha textarea field for screen readers
|
||||
$('.g-recaptcha-response').attr('aria-hidden', 'true');
|
||||
$('.g-recaptcha-response').attr('aria-label', 'do not use');
|
||||
$('.g-recaptcha-response').attr('aria-readonly', 'true');
|
||||
});
|
||||
Reference in New Issue
Block a user