Browse Source

fix emoji edit not rendered

master
Unknwon 9 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()); $render_content.html($('#no-content').html());
} else { } else {
$render_content.html(data.content); $render_content.html(data.content);
emojify.run($render_content[0]);
} }
}); });
}); });


Loading…
Cancel
Save