mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
update ss
This commit is contained in:
@@ -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.4</Version>
|
<Version>1.1.5</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|||||||
}
|
}
|
||||||
if(localStorage.getItem("hidejunk")) {
|
if(localStorage.getItem("hidejunk")) {
|
||||||
|
|
||||||
[...document.querySelectorAll("#ExplicitMethods option")].forEach(option => {
|
[...document.querySelectorAll("#sscoin option")].forEach(option => {
|
||||||
const text = option.innerText.toLowerCase();
|
const text = option.innerText.toLowerCase();
|
||||||
|
|
||||||
// Check if the option matches the criteria
|
// Check if the option matches the criteria
|
||||||
|
|||||||
Reference in New Issue
Block a user