[9.0.16] simpleLightBox closetext with Edge

This commit is contained in:
fredtempez 2019-04-05 09:38:08 +02:00
parent d0441d066c
commit fd532f4bde
1 changed files with 2 additions and 1 deletions

View File

@ -16,5 +16,6 @@
$(".galleryGalleryPicture").simpleLightbox({
captionSelector: "self",
captionType: "data",
captionsData: "caption"
captionsData: "caption",
closeText: "×"
});