Solved jQuery source still locally hosted when using CDN

This topic has been solved
M

Mouth

Guest
Regardless of using a jQuery CDN @ /admin.php?options/groups/performance/, HTML still includes/references the locally hosted jquery file.

Code:

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script><script>window.jQuery || document.write('<script src="/js/vendor/jquery/jquery-3.5.1.min.js?_v=da557bc0"><\/script>')</script>

Continue reading...