This commit is contained in:
Kukks
2023-09-01 13:14:53 +03:00
parent 49ebd8773b
commit a15d6299be
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<PropertyGroup> <PropertyGroup>
<Product>SideShift</Product> <Product>SideShift</Product>
<Description>Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins.</Description> <Description>Allows you to embed a SideShift conversion screen to allow customers to pay with altcoins.</Description>
<Version>1.1.6</Version> <Version>1.1.7</Version>
</PropertyGroup> </PropertyGroup>
<!-- Plugin development properties --> <!-- Plugin development properties -->
<PropertyGroup> <PropertyGroup>

View File

@@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
// If it matches, show it; otherwise, hide it // If it matches, show it; otherwise, hide it
//remove it //remove it
if (isMatch) if (!isMatch)
option.remove(); option.remove();
}); });
} }