Fix COinS generation outside of translators
Fixes #963, 5.0: CrossRef lookup is not working
This commit is contained in:
parent
6a47d1dc44
commit
a218da859c
|
@ -105,8 +105,8 @@ Zotero.OpenURL = new function() {
|
|||
}
|
||||
}
|
||||
|
||||
if(item.toArray) {
|
||||
item = item.toArray();
|
||||
if (item.toJSON) {
|
||||
item = item.toJSON();
|
||||
}
|
||||
|
||||
// find pmid
|
||||
|
|
Loading…
Reference in New Issue
Block a user