mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
Fix errors from using strict mode
This commit is contained in:
parent
1cb065edc6
commit
ba32525b45
9 changed files with 81 additions and 50 deletions
|
@ -107,5 +107,5 @@ var updateWebSeedsData = function() {
|
|||
loadWebSeedsData();
|
||||
};
|
||||
|
||||
wsTable = new webseedsDynTable();
|
||||
var wsTable = new webseedsDynTable();
|
||||
wsTable.setup($('webseedsTable'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue