Dev Tools Console is now showing error for missing MIME Types:
Refused to apply style from '/templates/ja_morgan/acm/testimonials/css/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
(index):1 Refused to apply style from '/templates/ja_morgan/acm/accordion/css/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
(index):1 Refused to apply style from '/templates/ja_morgan/acm/features-intro/css/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
The head section shows the links to these 3 CSS files and each is missing the declaration: type="text/css"
I'm not sure where these 3 style sheets are called from. My best guess is the 'modules/mod_ja_acm/.helper.php. In which case I am not sure how to add the "type" declaration as it appears that these css file references are formed dynamically.
How and where would I add necessary code to ensure the link references to these 3 CSS files includes type="text/css" ?
Thanks