If abbreviation is same as key, it's still valid
See http://forums.zotero.org/discussion/32000/overriding-automatic-abbreviations/
This commit is contained in:
parent
b680bcf375
commit
84b6d8c5ee
1 changed files with 2 additions and 4 deletions
|
@ -450,10 +450,8 @@ Zotero.Cite.getAbbreviation = new function() {
|
|||
}
|
||||
}
|
||||
|
||||
if(!abbreviation || abbreviation === key) {
|
||||
Zotero.debug("No abbreviation found for "+key);
|
||||
return;
|
||||
}
|
||||
if(!abbreviation) abbreviation = key; //this should never happen, but just in case
|
||||
|
||||
Zotero.debug("Abbreviated "+key+" as "+abbreviation);
|
||||
|
||||
// Add to jurisdiction object
|
||||
|
|
Loading…
Add table
Reference in a new issue