diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.html b/chrome/content/zotero/tools/testTranslators/testTranslators.html
index e407b8f9e..d2449288e 100644
--- a/chrome/content/zotero/tools/testTranslators/testTranslators.html
+++ b/chrome/content/zotero/tools/testTranslators/testTranslators.html
@@ -25,10 +25,10 @@
-->
-
-
-
+
+
+
Zotero Translator Tester
diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.js b/chrome/content/zotero/tools/testTranslators/testTranslators.js
index 9f806d3ca..95771abdd 100644
--- a/chrome/content/zotero/tools/testTranslators/testTranslators.js
+++ b/chrome/content/zotero/tools/testTranslators/testTranslators.js
@@ -121,11 +121,7 @@ TranslatorTestView.prototype.runTests = function(doneCallback) {
}
};
- if(Zotero.isFx) {
- this._translatorTester.runTests(newCallback);
- } else {
- Zotero.TranslatorTester.runTests(this._translator, this._type, newCallback);
- }
+ this._translatorTester.runTests(newCallback);
}
/**