Skip to content

Commit

Permalink
Fall back to a self-hosted jQuery if Google CDN fails to load
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jan 26, 2015
1 parent bf9ef64 commit 0b2fec4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc.ddoc
Expand Up @@ -58,6 +58,7 @@ $(DIVID mobile-top,
$(BODY)
$(FOOTER)
$(SCRIPTLOAD https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js)
$(SCRIPT window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js">\x3C/script>'))
$(SCRIPTLOAD js/codemirror-compressed.js)
$(SCRIPTLOAD js/run-main-website.js)
$(SCRIPTLOAD js/run.js)
Expand Down

0 comments on commit 0b2fec4

Please sign in to comment.