Skip to content

Commit

Permalink
fix: GitHub icon in moblie
Browse files Browse the repository at this point in the history
048905522c336491a7a48
879d91984e0538fc582
  • Loading branch information
MOxFIVE committed Apr 4, 2016
1 parent 730f6f2 commit 21bc9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ require([], function (){
type: 'HEAD',
error: function() {
var setUrl = "url(" + yiliaConfig.rootUrl + "img/github.png)"
$("#GitHub").css("background-image", setUrl);
$("#header #GitHub").css("background-image", setUrl);
}
});
}
Expand Down

1 comment on commit 21bc9a8

@MOxFIVE
Copy link
Owner Author

@MOxFIVE MOxFIVE commented on 21bc9a8 Apr 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the filename is github.png, on mobile devices:
snip20160405_15

Please sign in to comment.