Skip to content
Snippets Groups Projects
Commit bdb8186c authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #143830 call links event binding on openSteetMap popup

parent 54704dcb
Branches
Tags
No related merge requests found
Pipeline #17103 passed with stage
in 38 minutes and 3 seconds
- correctif #143830 : Magasin de thèmes : Correction du bouton réserver dans la carte des bibliothèques des exemplaires. Le choix de retrait s'affiche maintenant correctement.
\ No newline at end of file
......@@ -127,6 +127,12 @@
map.on('popupopen', function(event) {
$('.leaflet-popup-content img').on('load', function() {
event.popup.update();
if ( typeof initializePopups === 'function')
initializePopups();
if ( typeof setupAnchorsTarget === 'function')
setupAnchorsTarget();
})
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment