From 87b8c6707b7b689119bf60b791e0bc9fe6bc51a2 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 20 Oct 2021 15:28:28 +0000 Subject: [PATCH] wait #4666 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 9dcaa7804..f3c6927fa 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -891,6 +891,8 @@ class wsHTML5Compiler } if ($this->book->parametres->embedAllLibraries) { $this->addVideoJs(); + $this->addSlideshowLibrary(false); + $this->addSlideshowLibrary(true); } $this->writeStats(); $this->writeSecure(); -- 2.39.5