jQuery source still locally hosted when using CDN

  • Thread starter Thread starter Mouth
  • Start date Start date

Mouth

Guest
Member
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>
 
Top