mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #2503 - Part 2b: Fix missing navigator in UpdateUtils.
This commit is contained in:
parent
a211c7d7f3
commit
baf98e0dde
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ this.UpdateUtils = {
|
|||
let custom = prefBranch.getCharPref(PREF_APP_UPDATE_CUSTOM, "");
|
||||
let distribution = prefBranch.getCharPref(PREF_APP_DISTRIBUTION, "default");
|
||||
let distributionVersion = prefBranch.getCharPref(PREF_APP_DISTRIBUTION_VERSION, "default");
|
||||
let navigator = Services.appShell.hiddenDOMWindow.navigator;
|
||||
|
||||
let substs = [
|
||||
[/%ID%/g, Services.appinfo.ID],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue