mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
plug a handful of context leaks.
This commit is contained in:
@@ -385,10 +385,10 @@ function Inspector(controller) {
|
||||
},
|
||||
|
||||
updateTrackersPage = function() {
|
||||
var i, j, tier, trackers, tor,
|
||||
var i, j, tier, tracker, trackers, tor,
|
||||
html, parity, lastAnnounceStatusHash,
|
||||
announceState, lastScrapeStatusHash,
|
||||
na = 'N/A';
|
||||
na = 'N/A',
|
||||
trackers_list = data.elements.trackers_list,
|
||||
torrents = data.torrents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user