From 5c167017907a957133acc6367fddced39c049463 Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Sat, 16 Feb 2013 11:33:16 -0500 Subject: [PATCH 1/3] Make contributor links point to GitHub profiles Previously, they pointed to GitHub API urls. --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 1f1880c..73034a3 100644 --- a/js/main.js +++ b/js/main.js @@ -6,8 +6,8 @@ $(function(){ var items = []; $.each(data.data, function(key, val) { - items.push('
  • '); - }); + items.push('
  • '); +}); $('