소스 검색

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