correct JQuery/Chosen deployment
MatthewStephens opened this issue · 0 comments
MatthewStephens commented
Several JS libraries are out of date, and are starting to break now that jquery-rails 3.0.x is using JQuery > 1.7. We need to:
[ ] ensure TS deploys a current JQuery library
[ ] deploy Chosen from the Gemfile, removing local code
[ ] update any custom JS that calls .live(), replacing with .bind()