Explorar o código

fix emoji edit not rendered

Unknwon %!s(int64=9) %!d(string=hai) anos
pai
achega
46dce2d653
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]);
                             }
                         });
                 });