mirror of
https://github.com/transmission/transmission
synced 2025-02-02 12:32:54 +00:00
#2540 Web Interface shows no torrent information in inspector. This still leaves the tracker field unset (see #2509)
This commit is contained in:
parent
3a75050be4
commit
6985118bd4
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ Transmission.prototype =
|
|||
|
||||
setInnerHTML( tab.name, name );
|
||||
setInnerHTML( tab.size, torrents.length ? Math.formatBytes( total_size ) : na );
|
||||
setInnerHTML( tab.tracker, total_tracker.replace(/\//g, '/​') );
|
||||
//setInnerHTML( tab.tracker, total_tracker.replace(/\//g, '/​') );
|
||||
setInnerHTML( tab.hash, hash );
|
||||
setInnerHTML( tab.state, total_state );
|
||||
setInnerHTML( tab.download_speed, torrents.length ? Math.formatBytes( total_download_speed ) + '/s' : na );
|
||||
|
|
Loading…
Reference in a new issue