diff --git a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml index fbe2f0728..9a94be43c 100644 --- a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml +++ b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml @@ -58,7 +58,7 @@ } @@ -202,7 +202,7 @@
@if (Model.LnurlEndpoint is not null) { -+
Setup Boltcard @@ -229,11 +229,10 @@ const isAndroid = /(android)/i.test(navigator.userAgent); if (isAndroid) { document.getElementById("SetupBoltcard").setAttribute('target', '_blank'); - document.getElementById("SetupBoltcard").setAttribute('href', @Safe.Json(@Model.SetupDeepLink)); + document.getElementById("SetupBoltcard").setAttribute('href', @Safe.Json(Model.SetupDeepLink)); document.getElementById("ResetBoltcard").setAttribute('target', '_blank'); - document.getElementById("ResetBoltcard").setAttribute('href', @Safe.Json(@Model.ResetDeepLink)); + document.getElementById("ResetBoltcard").setAttribute('href', @Safe.Json(Model.ResetDeepLink)); } - document.getElementById("BoltcardActions").style.visibility = "visible"; window.qrApp = initQRShow({}); delegate('click', 'button[page-qr]', event => {