From bb815991f4a720ab70189f86f074ef97ed4a266e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 10 Mar 2021 10:15:06 +0000 Subject: [PATCH] wait #4308 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 aa17fcb4c..268d2a0b2 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -2028,7 +2028,8 @@ class wescoLink extends normalLink public function getTarget() { - return '_popupiframe'; + return '_blank'; + //return '_popupiframe'; } public function getDefaultTooltip() -- 2.39.5