ris fix so that UR works as snapshot, reworked PLoS

This commit is contained in:
Matt Burton 2009-06-01 01:57:00 +00:00
parent 3777004652
commit e7fa518f50
2 changed files with 5 additions and 4 deletions

View file

@ -252,7 +252,7 @@ function processTag(item, tag, value) {
item.url = value;
}
if(tag == "UR") {
item.attachments.push({url:value});
item.attachments.push({url:value, snapshot:true, mimeType:"text/html"});
} else if(tag == "L1") {
item.attachments.push({url:value, mimeType:"application/pdf",
title:"Full Text (PDF)", downloadable:true});