From: vincent@cubedesigners.com Date: Wed, 28 Oct 2020 14:24:28 +0000 (+0000) Subject: wip #4006 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7843ddaf2bb8072bb61c7c81896d2235e30eae86;p=cubeextranet.git wip #4006 @0:10 --- 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 b349e1c34..bd08b2744 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -415,6 +415,7 @@ class wsHTML5Compiler $this->addJsLib('parsley', 'js/libs/parsley.min.js'); $this->addJsLib('cookie', 'js/libs/jquery/jquery.cookie.js'); $this->addJsLib('puma', 'js/libs/fluidbook/cart/fluidbook.cart.puma.js'); + $this->addJsLib('html2pdf', 'js/libs/html2pdf/html2pdf.min.js'); $this->addVideoJs(); $this->config->basketReferences = wsUtil::excelToArrayKeyVars($this->wdir . '/commerce/' . $this->book->parametres->basketReferences);