Skip to content

Instantly share code, notes, and snippets.

@evanlouie
Created December 13, 2017 01:37
Show Gist options
  • Save evanlouie/79c714ccb910ee3c65820a6fdaf70f17 to your computer and use it in GitHub Desktop.
Save evanlouie/79c714ccb910ee3c65820a6fdaf70f17 to your computer and use it in GitHub Desktop.
Attach Turbolinks to page
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