mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
@@ -1313,10 +1313,10 @@ const initializeWindows = () => {
|
||||
});
|
||||
|
||||
// Deactivate menu header links
|
||||
$$("a.returnFalse").each((el) => {
|
||||
for (const el of document.querySelectorAll("a.returnFalse")) {
|
||||
el.addEventListener("click", (e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user