www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f77644659eb601f96dbea5ac88a55268185aaadc
parent 8a7245fd74dbd6e9702b02ead0a3cc8cdd1097a0
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 29 Mar 2012 20:11:53 -0400

rft.genre=document is a document

Diffstat:
Mchrome/content/zotero/xpcom/openurl.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/openurl.js b/chrome/content/zotero/xpcom/openurl.js @@ -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"; }