From a5e92f29d23520f3f996469de625faade3c44fd3 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 20 Nov 2020 19:53:00 +0000 Subject: [PATCH] wip #4083 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index f52dbd483..d3179e4be 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1476,6 +1476,7 @@ class inlineSlideshowLink extends contentLink sort($files); $f = htmlspecialchars(json_encode($files), ENT_QUOTES); + $this->compiler->addSlideshowLibrary(true); return '
'; } } -- 2.39.5