mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03:00
WebUI: add missing break
This commit is contained in:
parent
c54750469e
commit
1ba69be869
1 changed files with 1 additions and 0 deletions
|
@ -1691,5 +1691,6 @@ window.addEventListener("load", () => {
|
||||||
default:
|
default:
|
||||||
console.error(`Unexpected 'selected_tab' value: ${previouslyUsedTab}`);
|
console.error(`Unexpected 'selected_tab' value: ${previouslyUsedTab}`);
|
||||||
$("transfersTabLink").click();
|
$("transfersTabLink").click();
|
||||||
|
break;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue