correction maud
This commit is contained in:
@@ -114,6 +114,7 @@ $(function(){
|
||||
if($(this).parents().eq(2).attr("id") == "villes-block_1" ){
|
||||
//console.log("squik")
|
||||
$("#home_map_container").fadeIn();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -157,6 +158,13 @@ $(function(){
|
||||
|
||||
let map = $('#villes-block_1').find("#leaflet-map-view-villes-block-1").clone();
|
||||
$("#home_map_container").empty().append(map);
|
||||
|
||||
Drupal.behaviors.leaflet = {
|
||||
attach: function (context, settings) {
|
||||
console.log("hello");
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
//ajout header motif in page static
|
||||
|
Reference in New Issue
Block a user