From a1c2a2587cd4a15158c808611f2ac9ee68268712 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 23 Jun 2011 03:54:53 +0900 Subject: [PATCH] Mmmm wow --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1491eb5..44a8fdc 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@ r = document.getElementById('github_repository'), n = document.getElementById('no_of_commits'), c = document.getElementById('code'), - x = document.getElementById('gitstat_lol'); + b = document.getElementById('gitstat_lol'); lulz.addEventListener('click', function() { var x = parseInt(Math.random() * 100000); @@ -84,7 +84,7 @@ ].join(''); c.style.display = 'block'; - x.innerHTML = ''; + b.innerHTML = ''; g.opts.github_username = u.value; g.opts.github_repository = r.value; g.opts.no_of_commits = n.value;