Fix undefined errors in feed settings window

This commit is contained in:
Abe Jellinek 2024-01-17 17:02:09 -05:00 committed by Dan Stillman
parent 074f8b1c69
commit 05747f050a

View file

@ -13,9 +13,12 @@
id="zotero-feed-settings"
onload="Zotero_Feed_Settings.init()">
<dialog>
<script src="include.js"/>
<script src="chrome://zotero/content/customElements.js"/>
<script src="feedSettings.js"/>
<script>
var { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
Services.scriptloader.loadSubScript("chrome://zotero/content/include.js", this);
Services.scriptloader.loadSubScript("chrome://zotero/content/customElements.js", this);
Services.scriptloader.loadSubScript("chrome://zotero/content/feedSettings.js", this);
</script>
<html:div class="form-grid">
<hbox align="center">