From: vincent@cubedesigners.com Date: Tue, 3 May 2022 08:51:27 +0000 (+0000) Subject: wait #5272 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eb609b772d765be515b8d4565339deee21168727;p=cubeextranet.git wait #5272 @0.5 --- 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 1e17b2ae4..eacba54a8 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1747,6 +1747,11 @@ class layerLink extends imageLink protected $maxzoom_default = 4; public $defaultZIndex = 31; + public function ignore() + { + return parent::ignore() || $this->isOutsidePage(); + } + public function getCSS() { $attributes = $this->getZoomAttributes();