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
1 changed file:
Changes:
... | ... | @@ -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 |