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

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