[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.4.0esr-14.0-1] fixup! Bug 30237: Add v3 onion services client authentication prompt



Title: GitLab

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:

Changes:

  • browser/components/onionservices/content/savedKeysDialog.js
    ... ... @@ -84,7 +84,7 @@ var gOnionServicesSavedKeysDialog = {
    84 84
         this._removeAllButton = document.getElementById(
    
    85 85
           "onionservices-savedkeys-removeall"
    
    86 86
         );
    
    87
    -    this._removeButton.addEventListener("click", () => {
    
    87
    +    this._removeAllButton.addEventListener("click", () => {
    
    88 88
           this._deleteAllKeys();
    
    89 89
         });
    
    90 90
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits