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 @@
-
+