rft.genre=document is a document
This commit is contained in:
parent
8a7245fd74
commit
f77644659e
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ Zotero.OpenURL = new function() {
|
|||
item.itemType = "conferencePaper";
|
||||
} else if(coParts.indexOf("rft.genre=report") !== -1) {
|
||||
item.itemType = "report";
|
||||
} else if(coParts.indexOf("rft.genre=document") !== -1) {
|
||||
item.itemType = "document";
|
||||
} else {
|
||||
item.itemType = "book";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue