Not all translators are supported
This commit is contained in:
parent
cfc5bc33e8
commit
2327c5cc98
1 changed files with 1 additions and 1 deletions
|
@ -142,9 +142,9 @@ Zotero_TranslatorTesters = new function() {
|
|||
Zotero_TranslatorTester = function(translator, type, debugCallback) {
|
||||
this.type = type;
|
||||
this.translator = translator;
|
||||
this.translator.runMode = Zotero.Translator.RUN_MODE_IN_BROWSER;
|
||||
this.output = "";
|
||||
this.isSupported = this.translator.runMode === Zotero.Translator.RUN_MODE_IN_BROWSER;
|
||||
this.translator.runMode = Zotero.Translator.RUN_MODE_IN_BROWSER;
|
||||
|
||||
this.tests = [];
|
||||
this.pending = [];
|
||||
|
|
Loading…
Reference in a new issue