From 78dd1b04766299052f380d9aed168ecbdda8b155 Mon Sep 17 00:00:00 2001 From: Kukks Date: Mon, 12 Jul 2021 14:16:41 +0200 Subject: [PATCH] Fix store javascript after bootstrap5 update --- BTCPayServer/Views/Stores/UpdateStore.cshtml | 21 ++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index b0568dc30..de39481c2 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -22,7 +22,7 @@ { var isSetUp = !string.IsNullOrWhiteSpace(scheme.Value); -
  • +
  • @scheme.Crypto @@ -83,11 +83,20 @@ @if (Model.DerivationSchemes.Any(scheme => scheme.Collapsed)) {