Ver código fonte

fix emoji edit not rendered

Unknwon 9 anos atrás
pai
commit
46dce2d653
1 arquivos alterados com 1 adições e 0 exclusões
  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]);
                             }
                         });
                 });