From ef2395f4e1229c5a884166f31d09ed6e31086b7c Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Sat, 14 Jul 2012 15:22:52 +0200 Subject: [PATCH] Web: Use same style for "recent git commits" like the other lists --- htdocs/site/js/github.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/site/js/github.js b/htdocs/site/js/github.js index 94b678eda..640860e7d 100644 --- a/htdocs/site/js/github.js +++ b/htdocs/site/js/github.js @@ -7,7 +7,7 @@ jQuery.fn.listCommits = function(username, repository, branch) { $.getJSON('https://api.github.com/repos/' + username + '/' + repository + '/commits?sha=' + branch + '&callback=?', function(response) { var commits = response.data; - var list = $('