Fix broken citation dialog (regression 01b9a3c2)

This commit is contained in:
Adomas Venčkauskas 2023-04-18 14:51:07 +03:00
parent a47a17852e
commit 50e780ad57

View file

@ -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$/