rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.99k stars 1.81k forks source link

Replace `turbolinks:visit` with `turbolinks:click` #164

Closed nettofarah closed 1 year ago

nettofarah commented 7 years ago

Using turbolinks:click works well when you're navigating through links. This event won't prompt NProgress when the user hits the back button though.

This is important when a certain page doesn't support Turbolinks Page Caching. Everything else should still work the same.