Skip to content

Instantly share code, notes, and snippets.

@piaoger
Last active September 9, 2015 05:13
Show Gist options
  • Save piaoger/d3f33608652329a00ad4 to your computer and use it in GitHub Desktop.
Save piaoger/d3f33608652329a00ad4 to your computer and use it in GitHub Desktop.
js fallback
<body>
<!-- from https://github.com/airbnb/airpal/blob/master/src/main/resources/assets/index.html >
<!-- to avoid being banded by GFW -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="app/javascripts/vendor/jquery-1.9.0.min.js"><\/script>')</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment