mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Fixed torrent exchange from one list to another in Web Ui
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user