mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Split download and upload lists in Web UI
This commit is contained in:
@@ -60,7 +60,10 @@ var dynamicTable = new Class ({
|
||||
},
|
||||
|
||||
insertRow: function(id, row){
|
||||
this.removeRow(id);
|
||||
var tr = this.rows[id];
|
||||
if($defined(tr))
|
||||
return;
|
||||
//this.removeRow(id);
|
||||
var tr = new Element('tr');
|
||||
this.rows[id] = tr;
|
||||
for(var i=0; i<row.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user