From: vincent@cubedesigners.com Date: Thu, 19 May 2022 14:33:54 +0000 (+0000) Subject: wait #5286 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=093cc981dd6937c9f11d98764b86916c8e3f6c67;p=cubeextranet.git wait #5286 @0.25 --- diff --git a/inc/ws/Util/packager/class.ws.packager.win.exe.html.php b/inc/ws/Util/packager/class.ws.packager.win.exe.html.php index 659092b77..36a5fb3e5 100644 --- a/inc/ws/Util/packager/class.ws.packager.win.exe.html.php +++ b/inc/ws/Util/packager/class.ws.packager.win.exe.html.php @@ -154,8 +154,6 @@ class wsPackagerWinEXEHTML extends wsPackager if ($this->book->parametres->mobileVersion == 'html5-desktop') { $this->book->parametres->mobileVersion = 'html5'; } - // No need to have the widget - $this->book->parametres->widget = false; $this->daoBook->compile($this->book_id, 'html5', false, $this->book->parametres->forceCompileOnDownload, false, $this->book); }