Fix errors from using strict mode

This commit is contained in:
Chocobo1 2018-11-30 18:35:32 +08:00
parent 1cb065edc6
commit ba32525b45
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
9 changed files with 81 additions and 50 deletions

View file

@ -352,5 +352,5 @@ var updateTorrentFilesData = function() {
loadTorrentFilesData();
};
fTable = new filesDynTable();
var fTable = new filesDynTable();
fTable.setup($('filesTable'));