Browse Source

fix emoji edit not rendered

Unknwon 9 năm trước cách đây
mục cha
commit
46dce2d653
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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]);
                             }
                         });
                 });