mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Fix errors from using strict mode
This commit is contained in:
@@ -107,5 +107,5 @@ var updateWebSeedsData = function() {
|
||||
loadWebSeedsData();
|
||||
};
|
||||
|
||||
wsTable = new webseedsDynTable();
|
||||
var wsTable = new webseedsDynTable();
|
||||
wsTable.setup($('webseedsTable'));
|
||||
|
||||
Reference in New Issue
Block a user