]> _ Git - cubeextranet.git/commitdiff
wip #4006 @0:10
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 28 Oct 2020 14:24:28 +0000 (14:24 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 28 Oct 2020 14:24:28 +0000 (14:24 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index b349e1c347ee12e67f2869bfd298553a3ad0799d..bd08b274432fc40bf3b794197bf23f0acd568b31 100644 (file)
@@ -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);