[12/11/2025] Après CapBretagne, correction du problème de conflit Google Maps entre ColissimoPickupPoint et MondialRelay

This commit is contained in:
2025-11-12 19:25:28 +01:00
parent 5826bd7942
commit 988b1f7d99
3 changed files with 435 additions and 375 deletions

View File

@@ -151,6 +151,15 @@
{block name="javascript-initialization"}
<script>
// Namespace global pour gérer Google Maps entre modules
window.ModulesGoogleMaps = window.ModulesGoogleMaps || {
loaded: false,
loading: false,
callbacks: []
};
</script>
<script type="text/javascript">
jQuery(function($) {
$('.js-change-delivery-address').change(function(e) {