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(); } }