diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.js b/chrome/content/zotero/tools/testTranslators/testTranslators.js index 6375f7c25..00c14cedd 100644 --- a/chrome/content/zotero/tools/testTranslators/testTranslators.js +++ b/chrome/content/zotero/tools/testTranslators/testTranslators.js @@ -363,7 +363,25 @@ function init() { if(viewerMode) { // if no Zotero object, try to unserialize data var req = new XMLHttpRequest(); - req.open("GET", "testResults.json", true); + var loc = "testResults.json"; + if(window.location.hash) { + var hashVars = {}; + var hashVarsSplit = window.location.hash.substr(1).split("&"); + for(var i=0; i