From fd532f4bded0756606e1a50a36796a920749ebe0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 5 Apr 2019 09:38:08 +0200 Subject: [PATCH] [9.0.16] simpleLightBox closetext with Edge --- module/gallery/view/gallery/gallery.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/gallery/view/gallery/gallery.js.php b/module/gallery/view/gallery/gallery.js.php index 44356c79..d8da03b9 100755 --- a/module/gallery/view/gallery/gallery.js.php +++ b/module/gallery/view/gallery/gallery.js.php @@ -16,5 +16,6 @@ $(".galleryGalleryPicture").simpleLightbox({ captionSelector: "self", captionType: "data", - captionsData: "caption" + captionsData: "caption", + closeText: "×" }); \ No newline at end of file