commit 485ac9c011a881c1b66bfed88686ad66e20441a4 Author: Richard Pospesel richard@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) {
tbb-commits@lists.torproject.org