mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
removing debug code
This commit is contained in:
parent
956acc4093
commit
e5aba0f7c2
@ -3933,7 +3933,7 @@ ul.icons li .icon-large:before {
|
|||||||
.icon-repeat:before {
|
.icon-repeat:before {
|
||||||
content: "\f01e";
|
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 {
|
.icon-refresh:before {
|
||||||
content: "\f021";
|
content: "\f021";
|
||||||
}
|
}
|
||||||
|
@ -22,12 +22,7 @@ $(function() {
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
$('#watchers').html(data.data.watchers);
|
$('#watchers').html(data.data.watchers);
|
||||||
$('#forks').html(data.data.forks);
|
$('#forks').html(data.data.forks);
|
||||||
},
|
|
||||||
error:function(xhr, ajaxOptions, thrownError) {
|
|
||||||
console.log(xhr);
|
|
||||||
console.log(thrownError);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user