(trunk web) make sure the Download Directory field in the Inspector is N/A when no torrents are selected

This commit is contained in:
Kevin Glowacz 2010-01-15 04:34:42 +00:00
parent 30eabcb7aa
commit 037777968d
1 changed files with 1 additions and 0 deletions

View File

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