diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.js b/chrome/content/zotero/tools/testTranslators/testTranslators.js index ed1c00d4d..fedc1ef26 100644 --- a/chrome/content/zotero/tools/testTranslators/testTranslators.js +++ b/chrome/content/zotero/tools/testTranslators/testTranslators.js @@ -70,7 +70,7 @@ var Issues = new function() { }; var req = new XMLHttpRequest(); - req.open("GET", "https://api.github.com/repos/zotero/translators/issues", true); + req.open("GET", "https://api.github.com/repos/zotero/translators/issues?per_page=100", true); req.onreadystatechange = function(e) { if(req.readyState != 4) return;