Closed dkirkby closed 1 year ago
Some suggestions here but not clear if these work on Chrome. The most promising seems to be this pattern:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.4.2.js"%3E%3C/script%3E'))</script>
There was a repeat of unpkg.com CDN failure on 4 Apr 2023, so this really needs fixing.
The affected lines are:
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/animations/scale.css"/>
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/themes/light-border.css"/>
and the console error is:
This seems to be working now.
On Mar 15, there was an outage of the unpkg.com CDN that prevented loading the tooltip library files, leading to:
Look into implementing a fallback to local copies to insulate against this in future.