Removed Turbolinks due to side effects with jQuery onLoad
This commit is contained in:
parent
8b5c1d9ff2
commit
33efb2c931
3 changed files with 3 additions and 3 deletions
3
Gemfile
3
Gemfile
|
|
@ -22,7 +22,8 @@ gem 'therubyracer', platforms: :ruby
|
|||
gem 'jquery-rails'
|
||||
|
||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||
gem 'turbolinks'
|
||||
# Funky side-effects - so we better not use Turbolinks
|
||||
#gem 'turbolinks'
|
||||
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem 'jbuilder', '~> 1.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue