Created
July 29, 2011 17:30
-
-
Save rschenk/1114279 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" | |
-# Local fallback for if/when Google decides to stop hosting jQuery | |
:javascript | |
!window.jQuery && document.write(unescape(#{URI::escape javascript_include_tag("jquery.1.6.2.min.js")})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment