[12/11/2025] Après CapBretagne, correction du problème de conflit Google Maps entre ColissimoPickupPoint et MondialRelay
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user