mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Fix COinS generation outside of translators
Fixes #963, 5.0: CrossRef lookup is not working
This commit is contained in:
parent
6a47d1dc44
commit
a218da859c
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ Zotero.OpenURL = new function() {
|
|||
}
|
||||
}
|
||||
|
||||
if(item.toArray) {
|
||||
item = item.toArray();
|
||||
if (item.toJSON) {
|
||||
item = item.toJSON();
|
||||
}
|
||||
|
||||
// find pmid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue