Created
December 13, 2017 01:37
-
-
Save evanlouie/79c714ccb910ee3c65820a6fdaf70f17 to your computer and use it in GitHub Desktop.
Attach Turbolinks to page
This file contains hidden or 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
script = document.createElement('script') | |
script.src = "https://cdn.rawgit.com/turbolinks/turbolinks/1066805f/dist/turbolinks.js" | |
document.head.appendChild(script) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment