Skip to content

Commit

Permalink
class on no repo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynn Wallenstein committed Sep 11, 2010
1 parent 5a4ced8 commit 9861b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.github_badge.js
Expand Up @@ -48,7 +48,7 @@ http://creativecommons.org/licenses/by-nc/3.0/
$.getJSON(requestURLRepos, function(data){
//console.log(data);
if(data.length === 0) {
$('#ghb_repolist_' + options.login).html('<li>This User Has No Projects</li>');
$('#ghb_repolist_' + options.login).html('<li class="no_records">' + options.login +' Does Not Have Any Repos</li>');
} else {
$.each(data.repositories, function (i, obj) {
record ='<li><a target="_blank" href="'+ obj.url +'">'+ obj.name +'</a> <span>'+ obj.description +'</span></li>';
Expand Down

0 comments on commit 9861b17

Please sign in to comment.