WebUI: disallow unnecessary semicolons

This commit is contained in:
Chocobo1
2025-04-17 18:48:12 +08:00
parent 45babc336d
commit 70dbe9468a
9 changed files with 19 additions and 18 deletions

View File

@@ -603,7 +603,7 @@ window.qBittorrent.Search ??= (() => {
option.value = category.id;
option.textContent = category.name;
categoryOptions.push(option);
};
}
// first category is "All Categories"
if (categoryOptions.length > 1) {