Loading src/chrome/content/tor-circuit-display.js +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ let updateCircuitDisplay = function () { (nodeData[0].type === "bridge") ? "none" : "block"; } else { // Only show the Tor circuit if we have credentials and node data. logger.eclog(5, "no SOCKS credentials found for current document."); logger.eclog(4, "no SOCKS credentials found for current document."); } showCircuitDisplay(domain && nodeData); }; Loading Loading
src/chrome/content/tor-circuit-display.js +1 −1 Original line number Diff line number Diff line Loading @@ -310,7 +310,7 @@ let updateCircuitDisplay = function () { (nodeData[0].type === "bridge") ? "none" : "block"; } else { // Only show the Tor circuit if we have credentials and node data. logger.eclog(5, "no SOCKS credentials found for current document."); logger.eclog(4, "no SOCKS credentials found for current document."); } showCircuitDisplay(domain && nodeData); }; Loading