From 9175af4abeaff60492ccd337bd1f4852c9ec7ffd Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 2 Dec 2024 11:53:21 +0100 Subject: [PATCH] Cleanup old checkout related settings code --- BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml b/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml index 01b512242..092cdcd78 100644 --- a/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml +++ b/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml @@ -33,16 +33,12 @@ : '' }); delegate('click', '#Presets_InStore', e => { - $("#CheckoutV2Settings").addClass('show'); - $("#ClassicCheckoutSettings").removeClass('show'); $("#CheckNFC").removeClass('d-none'); $("#PlaySoundOnPayment").prop('checked', true); $("#ShowPayInWalletButton").prop('checked', false); $("#ShowStoreHeader").prop('checked', false); }); delegate('click', '#Presets_Online', e => { - $("#CheckoutV2Settings").addClass('show'); - $("#ClassicCheckoutSettings").removeClass('show'); $("#CheckNFC").addClass('d-none'); $("#PlaySoundOnPayment").prop('checked', false); $("#ShowPayInWalletButton").prop('checked', true); @@ -135,7 +131,7 @@
-
+