mirror of
https://github.com/transmission/transmission
synced 2025-03-05 19:18:19 +00:00
(trunk web) make sure the Download Directory field in the Inspector is N/A when no torrents are selected
This commit is contained in:
parent
30eabcb7aa
commit
037777968d
1 changed files with 1 additions and 0 deletions
|
@ -1082,6 +1082,7 @@ Transmission.prototype =
|
|||
setInnerHTML( tab.progress, na );
|
||||
setInnerHTML( tab.comment, na );
|
||||
setInnerHTML( tab.creator, na );
|
||||
setInnerHTML( tab.download_dir, na );
|
||||
setInnerHTML( tab.error, na );
|
||||
this.updateVisibleFileLists();
|
||||
$("#torrent_inspector_size, .inspector_row > div:contains('N/A')").css('color', '#666');
|
||||
|
|
Loading…
Add table
Reference in a new issue