From a2f608266b7c9ff97af3cb0a1ac545a5cc42f32a Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Fri, 15 Nov 2019 14:01:18 +0100 Subject: [PATCH] Fix bootstrap reference in cart bundle --- BTCPayServer/bundleconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/bundleconfig.json b/BTCPayServer/bundleconfig.json index 9da088d34..e71cd9c6f 100644 --- a/BTCPayServer/bundleconfig.json +++ b/BTCPayServer/bundleconfig.json @@ -70,7 +70,7 @@ "outputFileName": "wwwroot/bundles/cart-bundle.min.js", "inputFiles": [ "wwwroot/vendor/jquery/jquery.js", - "wwwroot/vendor/bootstrap/bootstrap.js", + "wwwroot/main/bootstrap/bootstrap.js", "wwwroot/cart/js/cart.js", "wwwroot/cart/js/cart.jquery.js" ]