From a15d6299be5eed5a15924ad60f169531b20731f8 Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 1 Sep 2023 13:14:53 +0300 Subject: [PATCH] ss --- .../BTCPayServer.Plugins.SideShift.csproj | 2 +- .../Views/Shared/SideShift/PrismEnhance.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj b/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj index 675ecd2..6be3099 100644 --- a/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj +++ b/Plugins/BTCPayServer.Plugins.SideShift/BTCPayServer.Plugins.SideShift.csproj @@ -9,7 +9,7 @@ SideShift Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins. - 1.1.6 + 1.1.7 diff --git a/Plugins/BTCPayServer.Plugins.SideShift/Views/Shared/SideShift/PrismEnhance.cshtml b/Plugins/BTCPayServer.Plugins.SideShift/Views/Shared/SideShift/PrismEnhance.cshtml index 9f14dc1..eee01f7 100644 --- a/Plugins/BTCPayServer.Plugins.SideShift/Views/Shared/SideShift/PrismEnhance.cshtml +++ b/Plugins/BTCPayServer.Plugins.SideShift/Views/Shared/SideShift/PrismEnhance.cshtml @@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', (event) => { // If it matches, show it; otherwise, hide it //remove it - if (isMatch) + if (!isMatch) option.remove(); }); }