]> _ Git - cubeextranet.git/commitdiff
wip #3785 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 20 Aug 2020 17:04:52 +0000 (17:04 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 20 Aug 2020 17:04:52 +0000 (17:04 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 27b33e3756078e02c197fe81c38fc6cb15e41e5c..26c83c1b24e52708cd8fbe1f00598601c8698bf9 100644 (file)
@@ -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') {