mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user