update ss

This commit is contained in:
Kukks
2023-09-01 12:53:48 +03:00
parent 35e537602e
commit 364d2250b5
2 changed files with 2 additions and 2 deletions

View File

@@ -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.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

View File

@@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
}
if(localStorage.getItem("hidejunk")) {
[...document.querySelectorAll("#ExplicitMethods option")].forEach(option => {
[...document.querySelectorAll("#sscoin option")].forEach(option => {
const text = option.innerText.toLowerCase();
// Check if the option matches the criteria