closes #1698, bookAuthor -> container-author CSL mapping (thanks to Frank)
This commit is contained in:
parent
d8db1cd61f
commit
e6a97b46b2
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ Zotero.Cite.System.retrieveItem = function(item){
|
|||
var creatorType = Zotero.CreatorTypes.getName(creator.creatorTypeID);
|
||||
}
|
||||
|
||||
var creatorVariable = Zotero.Cite.System._zoteroNameMap[creatorType];
|
||||
if(!creatorVariable) continue;
|
||||
var creatorType = Zotero.Cite.System._zoteroNameMap[creatorType];
|
||||
if(!creatorType) continue;
|
||||
|
||||
var nameObj = {'family':creator.ref.lastName, 'given':creator.ref.firstName};
|
||||
|
||||
|
|
Loading…
Reference in a new issue