From: vincent@cubedesigners.com Date: Mon, 11 Apr 2022 07:11:00 +0000 (+0000) Subject: wait #5188 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c31dc8ae5555f9396f47e6325d7d3a9da0640c0c;p=cubeextranet.git wait #5188 @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 5c7ff4661..7b6b25e24 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -270,7 +270,7 @@ class wsHTML5Link case 37: return new downloadPortionLink($id, $init, $compiler); case 38: - if ($init['target'] != 'click') { + if ($init['target'] == 'page') { $compiler->addTriggersLink($init['page'], $init['to']); } else { return new triggerLink($id, $init, $compiler);