Closed tkalliom closed 2 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.
bind
on
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 withon
in 1.7. This changes the deprecated method call.