Fixed Include jquery-X.min.map in core files to prevent a 404 error

Chris D

XenForo developer
Staff member
Thought I'd file this here so it can be tracked properly.

As per this thread: http://xenforo.com/community/threads/strange-404-javascript-call.58206

Please include this file in future XenForo releases to prevent 404 errors being displayed when the jQuery Source is local:

http://code.jquery.com/jquery-1.10.1.min.map

Anyone concerned by the 404 error the lack of this file generates should either download it and place it into your js/jquery directory or enable one of the external sources as your jQuery Source in the Admin CP.
 
That is "a" fix, but it is no more the "real" fix compared to adding it. Source maps are only used if you have the developer tools open (and if an error is triggered, I believe).
 
Top Bottom