Browse Source

fix emoji edit not rendered

tags/v0.9.99
Unknwon 8 years ago
parent
commit
46dce2d653
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      public/js/gogs.js

+ 1
- 0
public/js/gogs.js View File

@@ -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