mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
Removed the loader when no repository.
This commit is contained in:
@@ -153,6 +153,7 @@ var run = function() {
|
||||
++itemCount;
|
||||
});
|
||||
} else {
|
||||
$('#jobs').html('');
|
||||
$('#jobs').append('<p class="enlarge">I do not have any public repository. Sorry.</p>');
|
||||
}
|
||||
}
|
||||
@@ -199,7 +200,6 @@ var run = function() {
|
||||
++itemCount;
|
||||
});
|
||||
} else {
|
||||
console.log(sorted);
|
||||
$('#organizations').remove();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user