Skip to content

Commit

Permalink
Update jQuery 3.5.1
Browse files Browse the repository at this point in the history
Update jQuery version accordion to the new WP version requirements
  • Loading branch information
sgurin authored Nov 8, 2021
1 parent 710d4e2 commit b89072a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/partials/scripts/common.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="https://code.jquery.com/jquery-1.12.4.min.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-migrate-1.4.1.min.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-migrate-3.3.2.min.js" crossorigin="anonymous"></script>
<script src="@@webRoot/js/@@vendorJs" defer></script>
<script src="@@webRoot/js/@@publicJs" defer></script>

0 comments on commit b89072a

Please sign in to comment.