[9.0.08] simplelightbox
This commit is contained in:
parent
da07801e74
commit
7be099f844
@ -334,6 +334,12 @@ core.start = function() {
|
|||||||
// Ajouter la classe Gallery afin de faire la liaison avec simplelightbox
|
// Ajouter la classe Gallery afin de faire la liaison avec simplelightbox
|
||||||
$("a[rel='gallery']").addClass("gallery","");
|
$("a[rel='gallery']").addClass("gallery","");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Démarrer simplelightbox
|
||||||
|
**/
|
||||||
|
|
||||||
|
$('.gallery').simpleLightbox();
|
||||||
|
|
||||||
};
|
};
|
||||||
core.start();
|
core.start();
|
||||||
|
|
||||||
|
@ -495,7 +495,8 @@ class common {
|
|||||||
// 'codemirror', // Désactivé par défaut
|
// 'codemirror', // Désactivé par défaut
|
||||||
'tippy',
|
'tippy',
|
||||||
'zwiico',
|
'zwiico',
|
||||||
'imagemap'
|
'imagemap',
|
||||||
|
'simplelightbox'
|
||||||
],
|
],
|
||||||
'view' => ''
|
'view' => ''
|
||||||
];
|
];
|
||||||
|
0
module/gallery/vendor/simplelightbox/inc.json → core/vendor/simplelightbox/inc.json
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/inc.json → core/vendor/simplelightbox/inc.json
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/init.css → core/vendor/simplelightbox/init.css
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/init.css → core/vendor/simplelightbox/init.css
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/simplelightbox.min.css → core/vendor/simplelightbox/simplelightbox.min.css
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/simplelightbox.min.css → core/vendor/simplelightbox/simplelightbox.min.css
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/simplelightbox.min.js → core/vendor/simplelightbox/simplelightbox.min.js
vendored
Executable file → Normal file
0
module/gallery/vendor/simplelightbox/simplelightbox.min.js → core/vendor/simplelightbox/simplelightbox.min.js
vendored
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user