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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.3.0esr-14.0-1] fixup! Bug 43098: Year End Campaign 2024.



Title: GitLab

morgan pushed to branch tor-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 94cc83ed
    by Henry Wilkes at 2024-09-30T16:33:54+01:00
    fixup! Bug 43098: Year End Campaign 2024.
    
    Bug 43149: Use special YEC 2024 donate url.
    

1 changed file:

Changes:

  • browser/components/abouttor/content/aboutTor.js
    ... ... @@ -286,8 +286,9 @@ const YecWidget = {
    286 286
         }
    
    287 287
         const donateLink = document.getElementById("yec-2024-donate-link");
    
    288 288
         const base = "https://www.torproject.org/donate";
    
    289
    -    // TODO: Updated link for YEC (using _locale?).
    
    290
    -    donateLink.href = base;
    
    289
    +    donateLink.href = this._locale
    
    290
    +      ? `${base}/donate-${this._locale}-yec2024`
    
    291
    +      : base;
    
    291 292
       },
    
    292 293
     
    
    293 294
       /**
    

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