From f018b06b54cf72c4e694bd5ae02032ea4e75fe09 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 20 Aug 2020 17:04:52 +0000 Subject: [PATCH] wip #3785 @1 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.39.5