From 983f5023bcd428dcf5eeb0e07754d9079fa00944 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 20 Jun 2011 04:42:19 +0000 Subject: [PATCH] Missing changes from r9554 --- .../zotero/tools/testTranslators/testTranslators.html | 6 +++--- .../content/zotero/tools/testTranslators/testTranslators.js | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) 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); } /**