Skip to content

Commit

Permalink
Fix jQuery loading
Browse files Browse the repository at this point in the history
* The link to CDN version of jQuery 1.12.4 wouldn't work because it was
  https
* The local version of jQuery was 1.11.3.
* Replaced both with a local copy of jQuery 1.12.4
  • Loading branch information
philgyford committed Jun 9, 2020
1 parent 1367984 commit 90a4dba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
<div id="error"></div>
<div id="about-page"><a class="close" href="" title="Close this overlay">Close</a><div id="about-page-inner"></div></div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/jquery-1.12.4.min.js"></script>
<script src="js/reader.js?v=1.2.8" type="text/javascript" charset="utf-8"></script>

<script type="text/javascript" charset="utf-8">
Expand Down
Loading

0 comments on commit 90a4dba

Please sign in to comment.