Skip to content

Commit

Permalink
Merge pull request #253 from derekdata/master
Browse files Browse the repository at this point in the history
Upgrade JQuery; add CDN with local fallback.  Add CDN fallback for Tabzilla
  • Loading branch information
jdm committed Mar 28, 2015
2 parents ed57427 + 0fbf09a commit d953437
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 6 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="style.css" title="Default">
<link rel="alternate stylesheet" type="text/css" href="plain.css" title="Bird's Eye View">
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script>window.jQuery || document.write('<script src="jquery-1.11.2.min.js"><\/script>')</script>
<script type="text/javascript" src="foopy.js"></script>
<script type="text/javascript" src="l10n.js"></script>
<link rel="resource" type="application/l10n" href="locales.ini" />
Expand Down Expand Up @@ -458,6 +459,7 @@
</div>
<footer>
<script src="https://mozorg.cdn.mozilla.net/tabzilla/tabzilla.js"></script>
<script>window.Tabzilla || document.write('<script src="tabzilla.js"><\/script>')</script>
</footer>
</body>
</html>
4 changes: 4 additions & 0 deletions jquery-1.11.2.min.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions jquery-1.9.1.min.js

This file was deleted.

0 comments on commit d953437

Please sign in to comment.