mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: disallow unnecessary semicolons
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user