Closed Laguna001 closed 9 months ago
Hello
The following warning appears when referencing a js file
The script “http://localhost/_minify/js/layouts/events.js” was loaded even though its type MIME (“text/plain”) is not a valid JavaScript MIME type.
Thank you for your support
$mime = preg_match("/.js$/", $file)?"application/javascript": mime_content_type($path);
Thank you for reporting this issue
Fixed on newer version. Please let me know if any issue happens. Thank you.
Hello
The following warning appears when referencing a js file
The script “http://localhost/_minify/js/layouts/events.js” was loaded even though its type MIME (“text/plain”) is not a valid JavaScript MIME type.
Thank you for your support