Rename 'myTable' variable to 'torrentsTable'

This commit is contained in:
buinsky
2015-11-11 22:58:30 +03:00
parent 2275060022
commit 805f0d4c90
9 changed files with 39 additions and 39 deletions

View File

@@ -278,7 +278,7 @@ var loadTorrentFilesData = function() {
// Tab changed, don't do anything
return;
}
var new_hash = myTable.getCurrentTorrentHash();
var new_hash = torrentsTable.getCurrentTorrentHash();
if (new_hash == "") {
fTable.removeAllRows();
clearTimeout(loadTorrentFilesDataTimer);