From 2b8accd536c8179d27b85bba0f1006eaf3c5683b Mon Sep 17 00:00:00 2001 From: David Coallier Date: Sun, 6 Feb 2011 18:36:13 +0000 Subject: [PATCH] Removed the loader when no repository. --- js/githubresume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/githubresume.js b/js/githubresume.js index 2a2ae49..d81f197 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -153,6 +153,7 @@ var run = function() { ++itemCount; }); } else { + $('#jobs').html(''); $('#jobs').append('

I do not have any public repository. Sorry.

'); } } @@ -199,7 +200,6 @@ var run = function() { ++itemCount; }); } else { - console.log(sorted); $('#organizations').remove(); } }