From: vincent@cubedesigners.com Date: Thu, 17 Oct 2019 10:44:11 +0000 (+0000) Subject: wait #3148 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4b0d0d3819594085791a1d253d17504ad6058f22;p=cubeextranet.git wait #3148 --- 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) {