diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js index 296202e9c..a2d62a796 100644 --- a/chrome/content/zotero/xpcom/translate.js +++ b/chrome/content/zotero/xpcom/translate.js @@ -78,6 +78,8 @@ Zotero.Translators = new function() { } } } + + Zotero.wait(); i++; } @@ -226,7 +228,7 @@ Zotero.Translators = new function() { */ Zotero.Translator = function(file) { // Maximum length for the info JSON in a translator - const MAX_INFO_LENGTH = 4096; + const MAX_INFO_LENGTH = 1024; const infoRe = /{(?:(?:"(?:[^"\r\n]*(?:\\")?)*")*[^}"]*)*}/; this.file = file;