Revert "ris fix so that UR works as snapshot, reworked PLoS"

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

View file

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