Add jquery.min.map to /static/js/
Closed this issue · 0 comments
hollodotme commented
Modern Browsers (Safari, Chrome) throw a HTTP 404 in the development tools, because the map file for the used query.min.js is missing.
You're currently using Version 1.9.1 of JQuery, so the correct map file is located here:
http://code.jquery.com/jquery-1.9.1.min.map
You additionally need to change the filename in the first line of that map file into jquery.min.js, because you're not providing the JQuery version in your js-filename.
Cheers!