diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.js b/chrome/content/zotero/tools/testTranslators/testTranslators.js index 00c14cedd..55a85f65d 100644 --- a/chrome/content/zotero/tools/testTranslators/testTranslators.js +++ b/chrome/content/zotero/tools/testTranslators/testTranslators.js @@ -386,7 +386,7 @@ function init() { req.onreadystatechange = function(e) { if(req.readyState != 4) return; - if(req.responseText) { // success; unserialize + if(req.status === 200 && req.responseText) { // success; unserialize var data = JSON.parse(req.responseText); for(var i=0, n=data.results.length; i