Skip to content

Commit

Permalink
build(jquery): update (actually freezed at 3.2.1) to lastest 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agilare committed Apr 16, 2023
1 parent c9ecc1f commit e69f9da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _footer.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
$pages_tinymce = ["lieu-text-edit", "organisateur-edit"];
?>

<script src="https://cdn.jsdelivr.net/jquery/latest/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-migrate-3.4.1.min.js" integrity="sha256-UnTxHm+zKuDPLfufgEMnKGXDl6fEIjtM+n1Q6lL73ok=" crossorigin="anonymous"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=<?php echo GOOGLE_API_KEY; ?>&callback=initMap"></script>
<script src="/vendor/dimsemenov/magnific-popup/dist/jquery.magnific-popup.js"></script>
<script src="/vendor/harvesthq/chosen/chosen.jquery.min.js"></script>
Expand Down

0 comments on commit e69f9da

Please sign in to comment.