]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7531 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 May 2025 08:16:06 +0000 (10:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 May 2025 08:16:06 +0000 (10:16 +0200)
app/Fluidbook/Compiler/Cart.php

index ccfea096fdeeed00176a08a63427df1b59eead5e..dee94b8d1731b41556fa42019773315c51675e25 100644 (file)
@@ -347,7 +347,7 @@ trait Cart
      */
     protected function _commonPuma()
     {
-        $this->addJsLib('parsley', 'js/libs/parsley.min.js');
+        $this->addParsley();
         $this->addJsLib('cookie', 'js/libs/jquery/jquery.cookie.js');
         $this->addJsLib('html2pdf', 'js/libs/html2pdf/html2pdf.min.js');
         $this->addJsLib('exceljs', 'js/libs/exceljs.min.js');
@@ -760,12 +760,12 @@ trait Cart
                     $this->writeJoueClub2024Cart();
                     return;
                 case 'Remarkable':
-                    $this->addJsLib('parsley', 'js/libs/parsley.min.js');
+                    $this->addParsley();
                     $this->addJsLib('cookie', 'js/libs/jquery/jquery.cookie.js');
                     $this->addJsLib('remarkable', 'js/libs/fluidbook/cart/fluidbook.cart.remarkable.js');
                     break;
                 case 'Mopec':
-                    $this->addJsLib('parsley', 'js/libs/parsley.min.js');
+                    $this->addParsley();
                     $this->addJsLib('cookie', 'js/libs/jquery/jquery.cookie.js');
                     $this->addJsLib('mopec', 'js/libs/fluidbook/cart/fluidbook.cart.mopec.js');
                     break;