mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Merge pull request #9976 from Piccirello/fix-js-error
Fix JavaScript error
This commit is contained in:
commit
0418401ddd
@ -149,5 +149,7 @@
|
||||
|
||||
<script>
|
||||
torrentPeersTable.setup('torrentPeersTableDiv', 'torrentPeersTableFixedHeaderDiv', null);
|
||||
$(getLocalStorageItem('selected_tab', 'PropGeneralLink')).click();
|
||||
var selectedTab = $(getLocalStorageItem('selected_tab', 'PropGeneralLink'));
|
||||
if (selectedTab)
|
||||
selectedTab.click();
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user