New Collection dialog: Apply macOS non-native menu fixes
This commit is contained in:
parent
2ab1bf6e11
commit
f4d3ef94e7
1 changed files with 6 additions and 2 deletions
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in a new issue