morgan pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: 63c0cb73 by Henry Wilkes at 2024-10-29T21:40:39+00:00 fixup! Bug 30237: Add v3 onion services client authentication prompt
Bug 43262: The deleteAll command was attached to the wrong button.
- - - - -
1 changed file:
- browser/components/onionservices/content/savedKeysDialog.js
Changes:
===================================== browser/components/onionservices/content/savedKeysDialog.js ===================================== @@ -84,7 +84,7 @@ var gOnionServicesSavedKeysDialog = { this._removeAllButton = document.getElementById( "onionservices-savedkeys-removeall" ); - this._removeButton.addEventListener("click", () => { + this._removeAllButton.addEventListener("click", () => { this._deleteAllKeys(); });
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/63c0cb73...
tbb-commits@lists.torproject.org