http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12239

            Bug ID: 12239
           Summary: Errors loading script under https in chrome
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Chrome seems to be more strict when it comes to loading scripts than other
browsers. It seems we're sending /opac-tmpl/bootstrap/lib/enquire.min.js and
/opac-tmpl/bootstrap/js/script.js with a MIME type of text/plain when we should
be sending it with type application/javascript.

This causes warnings when running under https and the following error message
to appear in the console: 'Resource interpreted as script but transferred with
MIME type text/plain.'

This relevant code is inside a modernizr block so I'm not sure how to proceed
with a fix.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to