commit 4d85866ade1780c4b472602e11957947b1cd3902
parent 7c41618a4294df98a569666b09c92f690544e24a
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 11 Feb 2016 15:06:17 -0500
Fix translation breakage after 7c41618a4
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js
@@ -1259,10 +1259,7 @@ Zotero.Translate.Base.prototype = {
// set display options to default if they don't exist
if(!this._displayOptions) this._displayOptions = this._translatorInfo.displayOptions || {};
- // prepare translation
- this.incrementAsyncProcesses("Zotero.Translate#prepareTranslation()");
yield this._prepareTranslation();
- this.decrementAsyncProcesses("Zotero.Translate#prepareTranslation()");
Zotero.debug("Translate: Beginning translation with "+this.translator[0].label);