mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Fixed several issues with Web UI
This commit is contained in:
parent
74f0737903
commit
34ba69e319
6 changed files with 17 additions and 11 deletions
|
@ -93,11 +93,12 @@ window.addEvent('domready', function(){
|
|||
row[8] = event.upspeed;
|
||||
row[9] = event.eta;
|
||||
row[10] = event.ratio;
|
||||
if(row[2] != -1)
|
||||
if(row[2] != "*")
|
||||
queueing_enabled = true;
|
||||
if(!torrent_hashes.contains(event.hash)) {
|
||||
// New unfinished torrent
|
||||
//torrent_hashes[torrent_hashes.length] = event.hash;
|
||||
torrent_hashes[torrent_hashes.length] = event.hash;
|
||||
//alert("Inserting row");
|
||||
myTable.insertRow(event.hash, row);
|
||||
} else {
|
||||
// Update torrent data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue