New Collection dialog: Apply macOS non-native menu fixes

This commit is contained in:
Abe Jellinek 2024-01-10 13:44:21 -05:00 committed by Dan Stillman
parent 2ab1bf6e11
commit f4d3ef94e7

View file

@ -39,8 +39,12 @@
width="250" width="250"
onload="Zotero_New_Collection_Dialog._handleLoad()" onload="Zotero_New_Collection_Dialog._handleLoad()"
> >
<script src="include.js"/> <script>
<script src="newCollectionDialog.js"/> const { 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/newCollectionDialog.js', this);
</script>
<linkset> <linkset>
<html:link rel="localization" href="branding/brand.ftl"/> <html:link rel="localization" href="branding/brand.ftl"/>