From 426fe793e65b6678f2fdfb660fb8a9382c00eb30 Mon Sep 17 00:00:00 2001 From: Kukks Date: Sun, 19 Apr 2020 09:29:20 +0200 Subject: [PATCH] remove versioning for btcpay.js fixes #1483 --- BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml | 2 +- BTCPayServer/Views/Invoice/ListInvoices.cshtml | 2 +- BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml b/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml index 44ebe3a40..a57b2b7be 100644 --- a/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml @@ -27,7 +27,7 @@ @*We need to make sure btcpay.js is not bundled, else it will not work if there is a RootPath*@ - + } diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml index 13200a523..dbd5e0903 100644 --- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml @@ -3,7 +3,7 @@ ViewData["Title"] = "Invoices"; } @section HeadScripts { - + } @Html.HiddenFor(a => a.Count)
diff --git a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml index 39cec81d7..f1d2e2e81 100644 --- a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml +++ b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml @@ -28,7 +28,7 @@ @*We need to make sure btcpay.js is not bundled, else it will not work if there is a RootPath*@ - + }