1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 11:23:40 +00:00

(trunk web) fix selecting files

This commit is contained in:
Mitchell Livingston 2011-08-27 21:42:34 +00:00
parent 4c1f32836f
commit f2f0dc1861

View file

@ -1053,7 +1053,7 @@ Transmission.prototype =
// if this torrent is in the inspector, refresh the inspector
if (this[Prefs._ShowInspector])
if (this.getSelectedTorrentIds().indexOf(ev.target.getId()) !== -1)
if (this.getSelectedTorrentIds().indexOf(id) !== -1)
this.updateInspector();
},