diff --git a/js/agner.js b/js/agner.js index 4769094..41b65d9 100644 --- a/js/agner.js +++ b/js/agner.js @@ -28,7 +28,9 @@ $.getJSON("http://github.com/api/v2/json/repos/show/agner?callback=?", } ul.append(li); }); - $('#packages + p').replaceWith(ul); + $('#packages') + .append(' (' + repositories.length + ')') + .next('p').replaceWith(ul); } );