Revert "ris fix so that UR works as snapshot, reworked PLoS"
This reverts commit d8aab12b0ce0b3865da400fcc2d9f839054ff98d.
This commit is contained in:
parent
e7fa518f50
commit
c29f08b583
2 changed files with 4 additions and 5 deletions
|
@ -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});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue