summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 23:22:15 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 23:22:15 -0700
commit8e848f38d5019269b75ff9814fc0e0772410a7b4 (patch)
tree604aaa6ced4c63b76f10bde1a7840a04d50db221 /web/templates/head.html
parente644b53b72d346539f5c58cc0cb0a07c4054cbcb (diff)
downloadchat-8e848f38d5019269b75ff9814fc0e0772410a7b4.tar.gz
chat-8e848f38d5019269b75ff9814fc0e0772410a7b4.tar.bz2
chat-8e848f38d5019269b75ff9814fc0e0772410a7b4.zip
PLT-40 adding experimental support for emojis
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index dcd643b58..7b873bdb8 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -40,6 +40,11 @@
<script src="/static/js/jquery-dragster/jquery.dragster.js"></script>
+ <link rel="stylesheet" href="/static/css/emoji/emojify.min.css" />
+ <script src="/static/js/emojify.min.js"></script>
+ <script>
+ emojify.setConfig({img_dir: '/static/images/emoji'});
+ </script>
<style id="antiClickjack">body{display:none !important;}</style>
<script src="/static/js/bundle.js"></script>