mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
upd ss
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<PropertyGroup>
|
||||
<Product>SideShift</Product>
|
||||
<Description>Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins.</Description>
|
||||
<Version>1.1.5</Version>
|
||||
<Version>1.1.6</Version>
|
||||
</PropertyGroup>
|
||||
<!-- Plugin development properties -->
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -34,7 +34,9 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
!text.includes("bitcoincash");
|
||||
|
||||
// If it matches, show it; otherwise, hide it
|
||||
option.style.display = isMatch ? '' : 'none';
|
||||
//remove it
|
||||
if (isMatch)
|
||||
option.remove();
|
||||
});
|
||||
}
|
||||
// const sideshiftDestinationButton = document.createElement("button");
|
||||
|
||||
Reference in New Issue
Block a user