From 0314d8667d14531518b53dbe7f4b02528835e158 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 16 Feb 2023 17:11:03 +0000 Subject: [PATCH] wait #5741 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 c18f7e77e..b237016e1 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -21,6 +21,7 @@ class wsHTML5Link public $video_height; public $video_width; public $video_service; + public $close_button; public $hidelinksonplay; public $rollover; public $inline; @@ -1022,6 +1023,11 @@ class triggerLink extends normalLink class showLinkLink extends normalLink { + public function init() + { + $this->close_button = $this->close_button ?: $this->video_service; + } + public function getURL() { return '#'; -- 2.39.5