This commit is contained in:
Unknwon 2015-09-05 14:14:03 -04:00
parent 3b0c2cb480
commit d48cde6ec8
5 changed files with 21 additions and 5 deletions

View file

@ -936,6 +936,10 @@ $(document).ready(function () {
$('#pull-issue-preview').markdown_preview(".issue-add-comment");
homepage();
emojify.setConfig({
img_dir:'/img/emoji'
});
emojify.run();
// Fix language drop-down menu height.
var l = $('#footer-lang li').length;