Use include.js in customElements.js

This commit is contained in:
Dan Stillman 2024-07-21 06:01:43 -04:00
parent 8a075dce9e
commit 846279da01

View file

@ -25,10 +25,7 @@
'use strict'; 'use strict';
var { Zotero } = ChromeUtils.importESModule("chrome://zotero/content/zotero.mjs"); Services.scriptloader.loadSubScript("chrome://zotero/content/include.js", this);
Services.scriptloader.loadSubScript("resource://zotero/require.js", this);
Services.scriptloader.loadSubScript("chrome://global/content/customElements.js", this); Services.scriptloader.loadSubScript("chrome://global/content/customElements.js", this);
Services.scriptloader.loadSubScript("chrome://zotero/content/elements/base.js", this); Services.scriptloader.loadSubScript("chrome://zotero/content/elements/base.js", this);
Services.scriptloader.loadSubScript('chrome://zotero/content/elements/itemPaneSection.js', this); Services.scriptloader.loadSubScript('chrome://zotero/content/elements/itemPaneSection.js', this);