diff --git a/core/vendor/simplelightbox/inc.json b/core/vendor/simplelightbox/inc.json index 93ecfdf1..26fd0689 100644 --- a/core/vendor/simplelightbox/inc.json +++ b/core/vendor/simplelightbox/inc.json @@ -1,6 +1,6 @@ [ "simple-lightbox.jquery.min.js", - "simple-lightbox.min.css", "init.js", + "simple-lightbox.min.css", "init.css" ] \ No newline at end of file diff --git a/core/vendor/simplelightbox/init.js b/core/vendor/simplelightbox/init.js index ef3662f4..b673dc3a 100644 --- a/core/vendor/simplelightbox/init.js +++ b/core/vendor/simplelightbox/init.js @@ -7,7 +7,7 @@ ); // Démarrer le script - //var a = $('.gallery').simpleLightbox({closeText:"×",captionsData:'alt'}); + // var a = $('.gallery').simpleLightbox({closeText:"×",captionsData:'alt'}); });