From 5e1c1bd5b3dc008a5aa6fadf36f86f8704f3cd3e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 16 Mar 2010 23:57:26 +0000 Subject: [PATCH] Remove Zotero.wait() from previous commit --- chrome/content/zotero/xpcom/attachments.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 18f9eaf98..13d3c94a9 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -1091,7 +1091,6 @@ Zotero.Attachments = new function(){ continue; } size += file.fileSize; - Zotero.wait(); } return size; }