mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix lint
I hate JS
This commit is contained in:
parent
851defd937
commit
4ce90c5d36
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ window.addEventListener("DOMContentLoaded", (event) => {
|
|||
if (fullUpdate)
|
||||
// re-select previously selected rows
|
||||
torrentsTable.reselectRows(torrentsTableSelectedRows);
|
||||
} else if (response.status == 403) {
|
||||
} else if (response.status === 403) {
|
||||
const errorDiv = document.getElementById("error_div");
|
||||
if (errorDiv)
|
||||
errorDiv.textContent = "QBT_TR(You've been logged out)QBT_TR[CONTEXT=HttpServer]";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue