1
0
Fork 0
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:
Kevin Glowacz 2010-01-15 04:34:42 +00:00
parent 30eabcb7aa
commit 037777968d

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