diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index 80a1a65ce..a71072407 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -63,7 +63,7 @@ var Zotero_TranslatorTesters = new function() { try { for(var i=0; i translators[i].label.includes(x))) continue; if (skipTranslators && skipTranslators[translators[i].translatorID]) continue; testers.push(new Zotero_TranslatorTester(translators[i], type)); };