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