Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 41002ee7 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

map overlay closing correction

parent 352b6d5b
Branches
No related tags found
No related merge requests found
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(structureMap); }).addTo(structureMap);
jQuery("#classCodeMapOverlayTitleLink").click(function() {hideMapOverlay();});
}); });
......
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(structureMap); }).addTo(structureMap);
jQuery("#classCodeMapOverlayTitleLink").click(function() {hideMapOverlay();});
}); });
function clickMarker(marker,map){ function clickMarker(marker,map){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment