Richard Pospesel pushed to branch tor-browser-102.5.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
c52fe531
by Henry Wilkes at 2022-12-08T13:52:03+00:00
1 changed file:
Changes:
| ... | ... | @@ -90,7 +90,7 @@ function getGlobalScriptIncludes(scriptPath) { |
| 90 | 90 | .replace("chrome://global/content/", "toolkit/content/")
|
| 91 | 91 | .replace(
|
| 92 | 92 | "chrome://torbutton/content/",
|
| 93 | - "toolkit/torproject/torbutton/chrome/content/"
|
|
| 93 | + "toolkit/torbutton/chrome/content/"
|
|
| 94 | 94 | );
|
| 95 | 95 | |
| 96 | 96 | for (let mapping of Object.getOwnPropertyNames(MAPPINGS)) {
|