Mmmm wow
This commit is contained in:
parent
6b88587f4c
commit
a1c2a2587c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue