Add comment

This commit is contained in:
Dan Stillman 2009-11-02 06:03:52 +00:00
parent a2f2182357
commit bb0d70a050

View file

@ -697,7 +697,7 @@ Zotero.Translate.prototype._loadTranslator = function() {
* @param {NULL|Integer|FALSE} [libraryID=null] Library in which to save items, * @param {NULL|Integer|FALSE} [libraryID=null] Library in which to save items,
* or NULL for default library; * or NULL for default library;
* if FALSE, don't save items * if FALSE, don't save items
* @param {Boolean} [saveAttachments=true] * @param {Boolean} [saveAttachments=true] Exclude attachments (e.g., snapshots) on import
*/ */
Zotero.Translate.prototype.translate = function(libraryID, saveAttachments) { Zotero.Translate.prototype.translate = function(libraryID, saveAttachments) {
/* /*
@ -1682,6 +1682,8 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) {
delete item; delete item;
// Allow progress meter to update // Allow progress meter to update
//
// This can probably be re-enabled for web translators once badly asynced ones are fixed
if (this.type == 'import' || this.type == 'export') { if (this.type == 'import' || this.type == 'export') {
Zotero.wait(); Zotero.wait();
} }