From: vincent@cubedesigners.com Date: Thu, 20 Aug 2020 17:04:52 +0000 (+0000) Subject: wip #3785 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f018b06b54cf72c4e694bd5ae02032ea4e75fe09;p=cubeextranet.git wip #3785 @1 --- 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 27b33e375..26c83c1b2 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1391,7 +1391,7 @@ class wsHTML5Compiler $linksCopy = $links; foreach ($linksCopy as $k => $linkData) { - if ($linkData['type'] == 35 || $linkData['type'] == 15) { + if ($linkData['type'] == 35 || $linkData['type'] == 15 || $linkData['type'] == 39) { $linkData = wsLinks::decryptLink($linkData); $animation = contentLink::parseAnimation($linkData['image_rollover']); if (isset($animation['backgroundColor']) && $animation['backgroundColor'] != 'transparent') {