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/63c0cb73cff8ef601d15b9ab92a52d258a886f4f

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/63c0cb73cff8ef601d15b9ab92a52d258a886f4f
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits

Reply via email to