From b8d7dae8c06176bd4cc5bf77d3bad82d7f5f4858 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 23 Apr 2024 09:32:11 +0200 Subject: [PATCH] wip #6875 @0.25 --- app/Fluidbook/Compiler/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Fluidbook/Compiler/Cart.php b/app/Fluidbook/Compiler/Cart.php index a257b46ec..c6346ac0b 100644 --- a/app/Fluidbook/Compiler/Cart.php +++ b/app/Fluidbook/Compiler/Cart.php @@ -582,7 +582,7 @@ trait Cart { $this->lessVariables['import-cart-styles'] = 'bastide-resah-cart'; - $this->addJsLib('bastide', 'js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js'); + $this->addJsLib('bastide-resah', 'js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js'); if (!empty($this->config->basketReferences)) { -- 2.39.5