Fix error generating header in updates window
This commit is contained in:
parent
1d0cdf4df0
commit
8a075dce9e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
/* import-globals-from ../../../content/contentAreaUtils.js */
|
/* import-globals-from ../../../content/contentAreaUtils.js */
|
||||||
|
|
||||||
/* globals DownloadUtils, Services, AUSTLMY */
|
/* globals DownloadUtils, Services, AUSTLMY */
|
||||||
const { Zotero } = ChromeUtils.importESModule("chrome://zotero/content/zotero.mjs");
|
var { Zotero } = ChromeUtils.importESModule("chrome://zotero/content/zotero.mjs");
|
||||||
|
|
||||||
const { DownloadUtils } = ChromeUtils.import(
|
const { DownloadUtils } = ChromeUtils.import(
|
||||||
"resource://gre/modules/DownloadUtils.jsm"
|
"resource://gre/modules/DownloadUtils.jsm"
|
||||||
|
|
Loading…
Reference in a new issue