Skip to content

Commit

Permalink
Merge branch 'add-packages-count' of https://github.com/nox/agner.git…
Browse files Browse the repository at this point in the history
…hub.com into nox-add-packages-count
  • Loading branch information
yrashk committed Jan 29, 2011
2 parents fbe434a + 00a2708 commit 7bc6ade
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/agner.js
Expand Up @@ -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);
}
);

Expand Down

0 comments on commit 7bc6ade

Please sign in to comment.