#2540 Web Interface shows no torrent information in inspector. This still leaves the tracker field unset (see #2509)

This commit is contained in:
Mitchell Livingston 2009-10-31 01:34:27 +00:00
parent 3a75050be4
commit 6985118bd4
1 changed files with 1 additions and 1 deletions

View File

@ -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 );