From: vincent@cubedesigners.com Date: Tue, 22 Jan 2019 16:16:04 +0000 (+0000) Subject: #2534 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=09dc33029c42e819c305f1520344edfdb312d908;p=cubeextranet.git #2534 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index d7a7dd680..c6ade3746 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1035,7 +1035,6 @@ class remarkableCartLink extends cartLink class colorLink extends contentLink { - public function getCSS() { return 'background-color:' . wsHTML5::colorToCSS($this->to, 1) . ';'; @@ -1047,7 +1046,6 @@ class colorLink extends contentLink $res .= ' data-color="' . wsHTML5::colorToCSS($this->to, 1) . '"'; return $res; } - } class imageLink extends contentLink