From 912f4e03df86bfa7a97fb99e72673c09efcb1081 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 12 Jan 2022 10:59:12 +0000 Subject: [PATCH] wip #5015 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 30fdca8d1..213f65ca0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -375,6 +375,7 @@ class wsHTML5Compiler $this->config->rasterizePages = cubeArray::parseRange($this->config->rasterizePages); $this->config->vectorPages = array_diff(cubeArray::parseRange($this->config->vectorPages), $this->config->rasterizePages); $this->config->tabsHideOnPages = cubeArray::parseRange($this->config->tabsHideOnPages); + $this->config->tabsDisabledOnPages = cubeArray::parseRange($this->config->tabsDisabledOnPages); if ($this->config->tabsHideOnCover) { $this->config->tabsHideOnPages[] = 0; $this->config->tabsHideOnPages[] = 1; -- 2.39.5