From eeee36c941372f194385852a61d5f56af0e0eb09 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 24 Nov 2019 09:18:34 +0100 Subject: [PATCH] Update ImageGallery.plugin.js --- Plugins/ImageGallery/ImageGallery.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/ImageGallery/ImageGallery.plugin.js b/Plugins/ImageGallery/ImageGallery.plugin.js index 7202fdcb9a..7e099c8dd0 100644 --- a/Plugins/ImageGallery/ImageGallery.plugin.js +++ b/Plugins/ImageGallery/ImageGallery.plugin.js @@ -11,7 +11,7 @@ class ImageGallery { constructor () { this.changelog = { - "fixed":[["Positioning & Overlapping","Preview images of previous and next image no longer overlap current image, this was caused by other plugins"]]. + "fixed":[["Positioning & Overlapping","Preview images of previous and next image no longer overlap current image, this was caused by other plugins"]], "improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]] };