Add module import shim for 'zotero/filePicker' for plugins
Changed to 'zotero/modules/filePicker' in af597d943b
, but a lot of
plugins haven't yet been updated
This commit is contained in:
parent
571801e1fb
commit
4cfa230508
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ var require = (function() {
|
|||
'containers/': 'chrome://zotero/content/containers/',
|
||||
'components/': 'chrome://zotero/content/components/',
|
||||
'zotero/': 'chrome://zotero/content/',
|
||||
// TEMP until plugins updated
|
||||
// TODO: Possible to show a deprecation warning?
|
||||
'zotero/filePicker': 'chrome://zotero/content/modules/filePicker',
|
||||
},
|
||||
globals
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue