www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 25d48fbca7d4530278661cf80358e1b165c555df
parent 1050fc32b3d8eb0d6cfb25092b47780ec2de5c6f
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 11 Mar 2012 16:03:26 -0400

Get first 100 tickets (TODO: get multiple pages)

Diffstat:
Mchrome/content/zotero/tools/testTranslators/testTranslators.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;