mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Split the DynamicTable class into 2 classes
This commit is contained in:
@@ -140,7 +140,7 @@ var ContextMenu = new Class({
|
||||
there_are_force_start = false;
|
||||
all_are_super_seeding = true;
|
||||
|
||||
var h = myTable.selectedIds();
|
||||
var h = myTable.selectedRowsIds();
|
||||
h.each(function(item, index){
|
||||
var data = myTable.rows.get(item).full_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user