[9.2.25] config modiliée slb

This commit is contained in:
fredtempez 2020-03-12 19:16:12 +01:00
parent 2562138de5
commit 7614f7b1b0
3 changed files with 3 additions and 10 deletions

View File

@ -33,7 +33,7 @@ class common {
const TEMP_DIR = 'site/tmp/';
// Numéro de version
const ZWII_VERSION = '9.2.24';
const ZWII_VERSION = '9.2.25';
const ZWII_UPDATE_CHANNEL = "v9";
public static $actions = [];

View File

@ -11,10 +11,4 @@
closeText:"×",
captionsData:'alt'
});
var b = new SimpleLightbox('.galleryGalleryPicture', {
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});
});

View File

@ -13,11 +13,10 @@
/**
* Galerie d'image
* SLB est activé pour tout le site
*
$(".galleryGalleryPicture").simpleLightbox({
*/
var b = new SimpleLightbox('.galleryGalleryPicture', {
captionSelector: "self",
captionType: "data",
captionsData: "caption",
closeText: "×"
});
*/