mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -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
|
@ -140,9 +140,9 @@ var ContextMenu = new Class({
|
|||
there_are_force_start = false;
|
||||
all_are_super_seeding = true;
|
||||
|
||||
var h = myTable.selectedRowsIds();
|
||||
var h = torrentsTable.selectedRowsIds();
|
||||
h.each(function(item, index){
|
||||
var data = myTable.rows.get(item).full_data;
|
||||
var data = torrentsTable.rows.get(item).full_data;
|
||||
|
||||
if (data['seq_dl'] != true)
|
||||
all_are_seq_dl = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue