From 8a075dce9e93f228bb724f57db6b3fd85fcd3c51 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 21 Jul 2024 06:01:26 -0400 Subject: [PATCH] Fix error generating header in updates window --- chrome/content/zotero/update/updates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/update/updates.js b/chrome/content/zotero/update/updates.js index 0cdeb7eefe..3c321f77ed 100644 --- a/chrome/content/zotero/update/updates.js +++ b/chrome/content/zotero/update/updates.js @@ -7,7 +7,7 @@ /* import-globals-from ../../../content/contentAreaUtils.js */ /* 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( "resource://gre/modules/DownloadUtils.jsm"