From 6be1d086fcae3e3b30c33fa139f2a5c12a9a6607 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 31 Mar 2020 08:06:26 +0000 Subject: [PATCH] done #3535 @0:20 --- 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 6bba1ad1c..68fe80038 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1294,7 +1294,7 @@ class wsHTML5Compiler $linksCopy = $links; foreach ($linksCopy as $k => $linkData) { - if ($linkData['type'] == 35) { + if ($linkData['type'] == 35 || $linkData['type']==15) { $linkData = wsLinks::decryptLink($linkData); $animation = contentLink::parseAnimation($linkData['image_rollover']); if (isset($animation['backgroundColor']) && $animation['backgroundColor'] != 'transparent') { -- 2.39.5