From 4b0d0d3819594085791a1d253d17504ad6058f22 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 17 Oct 2019 10:44:11 +0000 Subject: [PATCH] wait #3148 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 c7fdb605a..0e7e3197d 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1312,10 +1312,8 @@ class wsHTML5Compiler } $linksToAdd = [$link]; - if ($this->book_id == 18153) { - if ($link->overlapDoublePage()) { - $linksToAdd[] = $link->getRightClone(); - } + if ($link->overlapDoublePage()) { + $linksToAdd[] = $link->getRightClone(); } foreach ($linksToAdd as $lta) { -- 2.39.5