rft.genre=document is a document

This commit is contained in:
Simon Kornblith 2012-03-29 20:11:53 -04:00
parent 8a7245fd74
commit f77644659e

View file

@ -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";
}