From c4fe3d66fb7403dacfbc360e6546c2ca99e9ada1 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 2 Jul 2020 18:00:44 +0000 Subject: [PATCH] Slideshow refactoring and improvements. WIP #3673 @0.25 --- inc/ws/Util/html5/slideshow/class.ws.html5.links.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/ws/Util/html5/slideshow/class.ws.html5.links.php b/inc/ws/Util/html5/slideshow/class.ws.html5.links.php index 1ca6ed5e1..2a4a61f78 100644 --- a/inc/ws/Util/html5/slideshow/class.ws.html5.links.php +++ b/inc/ws/Util/html5/slideshow/class.ws.html5.links.php @@ -2163,9 +2163,9 @@ class slideshowLink extends normalLink $res .= '
' . $this->_slides($slides, false) . '
'; } - $res .= ''; +// $res .= ''; return $res; } -- 2.39.5