Don't save undesired snapshots from connector
This commit is contained in:
parent
6021214b06
commit
f831146ecf
|
@ -124,6 +124,7 @@ Zotero.Translate.Sandbox = {
|
|||
for(var j=0; j<nAttachments; j++) {
|
||||
if(attachments[j].document) {
|
||||
attachments[j].url = attachments[j].document.location.href;
|
||||
attachments[j].mimeType = "text/html";
|
||||
delete attachments[j].document;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user