Don't save undesired snapshots from connector

This commit is contained in:
Simon Kornblith 2012-02-18 01:38:28 -05:00
parent 6021214b06
commit f831146ecf

View File

@ -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;
}
}