mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix errors from using strict mode
This commit is contained in:
@@ -352,5 +352,5 @@ var updateTorrentFilesData = function() {
|
||||
loadTorrentFilesData();
|
||||
};
|
||||
|
||||
fTable = new filesDynTable();
|
||||
var fTable = new filesDynTable();
|
||||
fTable.setup($('filesTable'));
|
||||
|
||||
Reference in New Issue
Block a user