Add reminder to keep CSL mappings in sync with connector
This commit is contained in:
parent
f923af4f31
commit
c1a06a5dea
1 changed files with 4 additions and 0 deletions
|
@ -575,6 +575,10 @@ Zotero.Schema = new function(){
|
|||
Zotero.Schema.globalSchemaLocale = data.locales[locale];
|
||||
Zotero.Schema.globalSchemaMeta = data.meta;
|
||||
|
||||
//
|
||||
// Keep in sync with the connector's gulpfile.js
|
||||
//
|
||||
|
||||
// CSL mappings
|
||||
Zotero.Schema.CSL_TYPE_MAPPINGS = {};
|
||||
Zotero.Schema.CSL_TYPE_MAPPINGS_REVERSE = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue