mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Merge pull request #22615 from Chocobo1/webui_eslint
* WebUI: disallow unnecessary semicolons * WebUI: ensure consistent shorthand syntax * WebUI: disallow async functions which have no await expression * WebUI: remove unused variable
This commit is contained in:
@@ -1818,5 +1818,5 @@ window.addEventListener("load", async () => {
|
||||
console.error(`Unexpected 'selected_window_tab' value: ${previouslyUsedTab}`);
|
||||
document.getElementById("transfersTabLink").click();
|
||||
break;
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user