turbolinks / turbolinks-classic

Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5.
MIT License
3.54k stars 428 forks source link

Progressbar enable documentation wrong #598

Closed johannesluedke closed 9 years ago

johannesluedke commented 9 years ago

The documentation states to use Turbolinks.ProgressBar.enable(); but doesn't work for me. What works is: Turbolinks.enableProgressBar();

Rails 4.0.13, turbolinks 2.5.3, Foundation & JQuery

Thibaut commented 9 years ago

The documentation in master is for Turbolinks 3. See https://github.com/rails/turbolinks/tree/2-5-stable for the latest stable release.