morgan pushed to branch tor-browser-128.4.0esr-14.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
0e310e03 by Henry Wilkes at 2024-10-29T21:43:51+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/0e310e037e7123d2f194270be2a4fc1608ab62c3

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/0e310e037e7123d2f194270be2a4fc1608ab62c3
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