diff options
author | Unknwon <u@gogs.io> | 2015-09-05 14:11:05 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 14:11:05 -0400 |
commit | 3b0c2cb480de28c97fced6857f9c0e006ac2a943 (patch) | |
tree | 81218bc8940ac9d1aba61270dc6b318b72f9c7f0 /templates | |
parent | d464d3b0c38dae7048b368ef33ac34981393f115 (diff) | |
download | gitea-3b0c2cb480de28c97fced6857f9c0e006ac2a943.tar.gz gitea-3b0c2cb480de28c97fced6857f9c0e006ac2a943.zip |
#633 Add Emoji support
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index a8176b50de..ef973e5c36 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -44,4 +44,6 @@ <link rel="stylesheet" href="{{AppSubUrl}}/css/dropzone-4.0.1.css"> <script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script> {{end}} + <script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script> + </html>
\ No newline at end of file |