From: stephen@cubedesigners.com Date: Thu, 2 Jul 2020 18:00:44 +0000 (+0000) Subject: Slideshow refactoring and improvements. WIP #3673 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c4fe3d66fb7403dacfbc360e6546c2ca99e9ada1;p=cubeextranet.git Slideshow refactoring and improvements. WIP #3673 @0.25 --- 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; }