incorrect generated url for min.map.js
-
I use wordpress 3.6 network with two sub-sites. I have a 404 error in my console saying it can’t find the min.map js file location. the problem is that this path is generated automatically by wordpress, I believe from the enqueue for jquery. But the path it generates is wrong. I get:
http://www.mydomain.com/networkChildSiteName/wp-includes/js/jquery/jquery-1.10.2.min.mapwhich is obviesly wrong since there is not folder named networkChildSiteName and all the JS are under a root js folder in the theme. so the path to the file should actually be:
http://www.mydomain.com/wp-includes/themeName/js/jquery/jquery-1.10.2.min.mapHow can i change this path when it is auto generated behind the scene’s?
Thank you for your help
The topic ‘incorrect generated url for min.map.js’ is closed to new replies.