ソースを参照

fix emoji edit not rendered

Unknwon 9 年 前
コミット
46dce2d653
1 ファイル変更1 行追加0 行削除
  1. 1 0
      public/js/gogs.js

+ 1 - 0
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]);
                             }
                         });
                 });