fabn / activeadmin-globalize

Provides translation UI for ActiveAdmin and Globalize gems
https://github.com/fabn/activeadmin-globalize
MIT License
30 stars 54 forks source link

Replace .bind(), deprecated in jQuery 3, with .on() #29

Closed tkalliom closed 2 years ago

tkalliom commented 6 years ago

jQuery 3 (used on AA 1.1–) deprecates some features, see https://api.jquery.com/category/deprecated/deprecated-3.0/. The only thing used in activeadmin-globalize is bind, which was superseded with on in 1.7. This changes the deprecated method call.