mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
WebUI: add missing break
This commit is contained in:
committed by
sledgehammer999
parent
4a36fe7278
commit
7deccd5592
@@ -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;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user