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:
Dan Stillman 2021-09-18 06:54:09 -04:00
parent 571801e1fb
commit 4cfa230508

View file

@ -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
});