mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed torrent exchange from one list to another in Web Ui
This commit is contained in:
parent
04e993c674
commit
78e643039c
5 changed files with 164 additions and 29 deletions
|
@ -37,7 +37,8 @@ var dynamicTable = new Class ({
|
|||
this.setOptions({
|
||||
overCls: false,
|
||||
selectCls: false,
|
||||
altCls: false
|
||||
altCls: false,
|
||||
type: 'DL'
|
||||
}, options);
|
||||
this.table = $(table);
|
||||
this.rows = new Object();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue