mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 15:32:48 -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
|
@ -352,5 +352,5 @@ var updateTorrentFilesData = function() {
|
|||
loadTorrentFilesData();
|
||||
};
|
||||
|
||||
fTable = new filesDynTable();
|
||||
var fTable = new filesDynTable();
|
||||
fTable.setup($('filesTable'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue