Browse Source

fix emoji edit not rendered

pull/1589/head
Unknwon 9 years ago
parent
commit
46dce2d653
  1. 1
      public/js/gogs.js

1
public/js/gogs.js

@ -327,6 +327,7 @@ function initRepository() {
$render_content.html($('#no-content').html());
} else {
$render_content.html(data.content);
emojify.run($render_content[0]);
}
});
});

Loading…
Cancel
Save