Skip to content

Commit 40b1f80

Browse files
committed
chore: remove jQuery Migrate after successful modernization
Remove jQuery Migrate 3.4.1 as it is no longer needed. The codebase has been fully updated to use modern jQuery patterns (e.g., .on() instead of .bind()), and no deprecation warnings have appeared in the console. This marks the completion of our migration: 1. Added Migrate to detect issues 2. Refactored legacy event bindings 3. Upgraded to jQuery 3.7.1 4. Removed Migrate — now
1 parent 72717f4 commit 40b1f80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layouts/partials/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
1515
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
16-
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script>
1716
<script src="{{ relURL "js/jquery.defaultvalue.js" }}"></script>
1817
<script src="{{ relURL "js/session.min.js" }}"></script>
1918
{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . | resources.Minify | fingerprint }}

0 commit comments

Comments
 (0)