Changes for translator tester compatibility with translation server
This commit is contained in:
parent
8fdccb828f
commit
e526a8fa89
1 changed files with 1 additions and 6 deletions
|
@ -30,12 +30,7 @@ var EXPORTED_SYMBOLS = ["Zotero_TranslatorTesters"];
|
|||
// For debugging specific translators by label
|
||||
var includeTranslators = [];
|
||||
|
||||
try {
|
||||
Zotero;
|
||||
}
|
||||
catch (e) {
|
||||
var Zotero;
|
||||
}
|
||||
this.Zotero = typeof Zotero != 'undefined' ? Zotero : null;
|
||||
|
||||
var Zotero_TranslatorTesters = new function() {
|
||||
const TEST_TYPES = ["web", "import", "export", "search"];
|
||||
|
|
Loading…
Reference in a new issue