]> source.dussan.org Git - gitea.git/commitdiff
fix emoji edit not rendered
authorUnknwon <u@gogs.io>
Sat, 5 Sep 2015 18:18:02 +0000 (14:18 -0400)
committerUnknwon <u@gogs.io>
Sat, 5 Sep 2015 18:18:02 +0000 (14:18 -0400)
public/js/gogs.js

index cf9dade5fbbcb9069e573e200adc9f8d21211b02..982f976e0b5585fd3a53016ef87f6afcf64a6299 100644 (file)
@@ -327,6 +327,7 @@ function initRepository() {
                                 $render_content.html($('#no-content').html());
                             } else {
                                 $render_content.html(data.content);
+                                emojify.run($render_content[0]);
                             }
                         });
                 });