www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f831146ecf63132c58ad1a658a55df52b7982c85
parent 6021214b062c329a35cff3ac898f00668723fb4a
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 18 Feb 2012 01:38:28 -0500

Don't save undesired snapshots from connector

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -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; } }