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
|
// For debugging specific translators by label
|
||||||
var includeTranslators = [];
|
var includeTranslators = [];
|
||||||
|
|
||||||
try {
|
this.Zotero = typeof Zotero != 'undefined' ? Zotero : null;
|
||||||
Zotero;
|
|
||||||
}
|
|
||||||
catch (e) {
|
|
||||||
var Zotero;
|
|
||||||
}
|
|
||||||
|
|
||||||
var Zotero_TranslatorTesters = new function() {
|
var Zotero_TranslatorTesters = new function() {
|
||||||
const TEST_TYPES = ["web", "import", "export", "search"];
|
const TEST_TYPES = ["web", "import", "export", "search"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue