Reputation: 432
I read a lot of articles about this issue and even downloaded the jquery source map into the same directory as jquery after reading this
sourceMappingURL from jquery generates 404 error in apache
. But I still have the same error
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
How can i fix that ?
Upvotes: 0
Views: 1025
Reputation: 432
I downloaded the Jquery Map for that version and placed it in the same directory. After restarting, that problem was no more
Upvotes: 1