From: vincent@cubedesigners.com Date: Fri, 20 Nov 2020 19:53:00 +0000 (+0000) Subject: wip #4083 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a5e92f29d23520f3f996469de625faade3c44fd3;p=cubeextranet.git wip #4083 @0.5 --- 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 '
'; } }