Skip to content

Commit

Permalink
removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Jun 14, 2012
1 parent 956acc4 commit e5aba0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -3933,7 +3933,7 @@ ul.icons li .icon-large:before {
.icon-repeat:before {
content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
content: "\f021";
}
Expand Down
5 changes: 0 additions & 5 deletions docs/assets/js/index/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ $(function() {
success: function(data) {
$('#watchers').html(data.data.watchers);
$('#forks').html(data.data.forks);
},
error:function(xhr, ajaxOptions, thrownError) {
console.log(xhr);
console.log(thrownError);
}

});


Expand Down

0 comments on commit e5aba0f

Please sign in to comment.