From a00e3236f757e7b991857d6f9d7a8aef8ee99444 Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Sun, 17 Feb 2013 16:13:07 -0500 Subject: [PATCH] Use contributor's html_url as href for their anchor tag GitHub has added html_url to the user object throughout their API responses, per my support request, so we can now make use of it in this page. --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 73034a3..546f9b2 100644 --- a/js/main.js +++ b/js/main.js @@ -6,7 +6,7 @@ $(function(){ var items = []; $.each(data.data, function(key, val) { - items.push('
  • '); + items.push('
  • '); }); $('