You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add jQuery Migrate for deprecation detection during upgrade
Include jQuery Migrate 3.4.1 to identify and resolve deprecated jQuery
APIs used in the codebase. This temporary tool logs warnings in the
browser console for outdated patterns (e.g., $.browser, $.live), helping
us modernize the JavaScript safely.
This addition is part of a migration plan:
1. Add Migrate
2. Fix reported issues
3. Remove Migrate when clean
See: https://jquery.com/upgrade-guide/3.0/#jquery-migrate-plugin
0 commit comments