Commit 3cce2e8
committed
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-plugin1 parent 532753a commit 3cce2e8
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- layouts/partials
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments