mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Ensure require() is available to CEs
This commit is contained in:
parent
71af85adb3
commit
fe6fdd3ff6
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
Services.scriptloader.loadSubScript("resource://zotero/require.js", this);
|
||||
|
||||
Services.scriptloader.loadSubScript("chrome://global/content/customElements.js", this);
|
||||
Services.scriptloader.loadSubScript("chrome://zotero/content/elements/base.js", this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue