mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Rename 'myTable' variable to 'torrentsTable'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user