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";
|
item.itemType = "conferencePaper";
|
||||||
} else if(coParts.indexOf("rft.genre=report") !== -1) {
|
} else if(coParts.indexOf("rft.genre=report") !== -1) {
|
||||||
item.itemType = "report";
|
item.itemType = "report";
|
||||||
|
} else if(coParts.indexOf("rft.genre=document") !== -1) {
|
||||||
|
item.itemType = "document";
|
||||||
} else {
|
} else {
|
||||||
item.itemType = "book";
|
item.itemType = "book";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue