[tbb-commits] [tor-browser/tor-browser-91.4.0esr-11.5-1] fixup! Bug 26961: New user onboarding.

gk at torproject.org gk at torproject.org
Wed Dec 8 14:27:17 UTC 2021


commit fcfcdcde50a8b9ab17f581d1037e13e62b01d466
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