diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js index 4b2df55be..0b2476d07 100644 --- a/chrome/content/zotero/xpcom/translation/item_local.js +++ b/chrome/content/zotero/xpcom/translation/item_local.js @@ -81,6 +81,8 @@ Zotero.Translate.ItemSaver.prototype = { this._timer = Components.classes["@mozilla.org/timer;1"]. createInstance(Components.interfaces.nsITimer); this._timer.initWithCallback(this, 0, Components.interfaces.nsITimer.TYPE_ONE_SHOT); + + Zotero.showZoteroPaneProgressMeter(Zotero.getString("ingester.scraping"), false); } // Get typeID, defaulting to "webpage" @@ -522,6 +524,7 @@ Zotero.Translate.ItemSaver.prototype = { } Zotero.debug("Translate: Closing transaction"); + Zotero.hideZoteroPaneOverlay(); Zotero.DB.commitTransaction(); } }