mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 16:14:25 +01:00
ss
This commit is contained in:
@@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
|
||||
// If it matches, show it; otherwise, hide it
|
||||
//remove it
|
||||
if (isMatch)
|
||||
if (!isMatch)
|
||||
option.remove();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user