Remove Zotero.wait() from previous commit

This commit is contained in:
Dan Stillman 2010-03-16 23:57:26 +00:00
parent 3bb221b5e3
commit 5e1c1bd5b3

View file

@ -1091,7 +1091,6 @@ Zotero.Attachments = new function(){
continue;
}
size += file.fileSize;
Zotero.wait();
}
return size;
}