mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Rename 'myTable' variable to 'torrentsTable'
This commit is contained in:
parent
2275060022
commit
805f0d4c90
9 changed files with 39 additions and 39 deletions
|
@ -32,7 +32,7 @@ var loadTorrentData = function() {
|
|||
// Tab changed, don't do anything
|
||||
return;
|
||||
}
|
||||
var current_hash = myTable.getCurrentTorrentHash();
|
||||
var current_hash = torrentsTable.getCurrentTorrentHash();
|
||||
if (current_hash == "") {
|
||||
clearData();
|
||||
clearTimeout(loadTorrentDataTimer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue