From 50e780ad573de7cac37cc70ab6bef6518c04fafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Tue, 18 Apr 2023 14:51:07 +0300 Subject: [PATCH] Fix broken citation dialog (regression 01b9a3c2) --- chrome/content/zotero/integration/quickFormat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index cb344e4554..f22156ed94 100644 --- a/chrome/content/zotero/integration/quickFormat.js +++ b/chrome/content/zotero/integration/quickFormat.js @@ -23,7 +23,7 @@ ***** END LICENSE BLOCK ***** */ var { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm"); -Services.scriptloader.loadSubScript("chrome://zotero/content/elements/guidancePanel.js", this); +Services.scriptloader.loadSubScript("chrome://zotero/content/customElements.js", this); var Zotero_QuickFormat = new function () { const pixelRe = /^([0-9]+)px$/