[tbb-commits] [tor-browser/tor-browser-91.6.0esr-11.0-1] fixup! Bug 26961: New user onboarding.
richard at torproject.org
richard at torproject.org
Thu Feb 17 21:28:22 UTC 2022
commit 485ac9c011a881c1b66bfed88686ad66e20441a4
Author: Richard Pospesel <richard at torproject.org>
Date: Mon Dec 6 15:08:45 2021 +0100
fixup! Bug 26961: New user onboarding.
Closes: tor-browser#40714.
---
browser/components/uitour/UITour.jsm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/uitour/UITour.jsm b/browser/components/uitour/UITour.jsm
index 7d446a0bf4f7..4de7dbc64806 100644
--- a/browser/components/uitour/UITour.jsm
+++ b/browser/components/uitour/UITour.jsm
@@ -1521,7 +1521,7 @@ var UITour = {
if (aOpenCallback) {
popup.addEventListener("popupshown", aOpenCallback, { once: true });
}
- aWindow.document.getElementById("identity-box").click();
+ aWindow.document.getElementById("identity-icon-box").click();
} else if (aMenuName == "pocket") {
let button = aWindow.document.getElementById("save-to-pocket-button");
if (!button) {
More information about the tbb-commits
mailing list