From 09dc33029c42e819c305f1520344edfdb312d908 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 22 Jan 2019 16:16:04 +0000 Subject: [PATCH] #2534 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5