mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
@@ -22,8 +22,8 @@
|
||||
}
|
||||
});
|
||||
|
||||
const hash = new URI().getData("hash");
|
||||
if (!hash)
|
||||
const hash = new URLSearchParams(window.location.search).get("hash");
|
||||
if (hash === null)
|
||||
return;
|
||||
|
||||
$("peers").focus();
|
||||
|
||||
Reference in New Issue
Block a user