[10.0.042] fix

This commit is contained in:
fredtempez 2020-03-11 18:59:35 +01:00
parent 02f319eeda
commit a15f1ce1c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[ [
"simple-lightbox.jquery.min.js", "simple-lightbox.jquery.min.js",
"simple-lightbox.min.css",
"init.js", "init.js",
"simple-lightbox.min.css",
"init.css" "init.css"
] ]

View File

@ -7,7 +7,7 @@
); );
// Démarrer le script // Démarrer le script
//var a = $('.gallery').simpleLightbox({closeText:"×",captionsData:'alt'}); // var a = $('.gallery').simpleLightbox({closeText:"×",captionsData:'alt'});
}); });