From a15f1ce1c82fbd5ff1b076a2838d5cd529b96f40 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 11 Mar 2020 18:59:35 +0100 Subject: [PATCH] [10.0.042] fix --- core/vendor/simplelightbox/inc.json | 2 +- core/vendor/simplelightbox/init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'}); });