mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Split the DynamicTable class into 2 classes
This commit is contained in:
parent
c9b74c2742
commit
2275060022
5 changed files with 198 additions and 177 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue