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

@ -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;