]> _ Git - cubeextranet.git/commitdiff
wait #5272 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 3 May 2022 08:51:27 +0000 (08:51 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 3 May 2022 08:51:27 +0000 (08:51 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 1e17b2ae465efe23091b34a36395b4d798e716c8..eacba54a800f1da57cbb402fbda2efb4a18fe1e7 100644 (file)
@@ -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();