Removed the loader when no repository.

This commit is contained in:
David Coallier
2011-02-06 18:36:13 +00:00
parent 4cdd197edc
commit 2b8accd536

View File

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