Skip to content
Extraits de code Groupes Projets
Valider 6f81cacd rédigé par Yohan Boniface's avatar Yohan Boniface
Parcourir les fichiers

Use Chickpea event to launch modal

parent 3dd7d960
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
e.preventDefault(); e.preventDefault();
var $this = $(this); var $this = $(this);
$.get($this.attr('href'), function(data) { $.get($this.attr('href'), function(data) {
return L.Util.chickpea_modal(data.html); return L.Chickpea.fire('modal_ready', {'data': data});
}, 'json'); }, 'json');
}); });
</script> </script>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter