summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-22 09:45:36 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-22 09:45:36 -0600
commit9ed5ddcbce650fadf530403bd73f48638d64311a (patch)
tree81107ddabbc39461041160e6025463ac1095c06b /web/templates/head.html
parent0b3c988ed3ced12c64f84e9c5afd08470cbb84bc (diff)
downloadchat-9ed5ddcbce650fadf530403bd73f48638d64311a.tar.gz
chat-9ed5ddcbce650fadf530403bd73f48638d64311a.tar.bz2
chat-9ed5ddcbce650fadf530403bd73f48638d64311a.zip
PLT-7 fixing issues with safari
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index feff908ce..03dbff331 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -40,6 +40,10 @@
<link rel="stylesheet" href="/static/css/katex.min.css">
<link rel="stylesheet" class="code_theme" href="">
+ <script src="/static/js/intl-1.0.0/Intl.js"></script>
+ <script src="/static/js/intl-1.0.0/locale-data/jsonp/en.js"></script>
+ <script src="/static/js/intl-1.0.0/locale-data/jsonp/es.js"></script>
+
<script src="/static/js/react-0.14.3.js"></script>
<script src="/static/js/react-dom-0.14.3.js"></script>
<script src="/static/js/react-intl-2.0.0-beta-2/react-intl.js"></script>