Move WebUI Peers code to separate file

This commit is contained in:
Thomas Piccirello
2018-12-14 20:25:45 -05:00
parent a5266c7018
commit 26a9af850b
4 changed files with 108 additions and 81 deletions

View File

@@ -154,7 +154,6 @@
<script>
'use strict';
torrentPeersTable.setup('torrentPeersTableDiv', 'torrentPeersTableFixedHeaderDiv', null);
var selectedTab = $(getLocalStorageItem('selected_tab', 'PropGeneralLink'));
if (selectedTab)
selectedTab.click();