summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-03 10:36:55 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-03 11:42:11 -0500
commit9a7d2b12ec0763c406c07cbf80f344e68d2f31ad (patch)
tree94915508031415a3cad6bce5e3e65fde3c936449 /web/templates
parentffd5d554659816ac0fd24f1470fe7ee6dfe7ba50 (diff)
downloadchat-9a7d2b12ec0763c406c07cbf80f344e68d2f31ad.tar.gz
chat-9a7d2b12ec0763c406c07cbf80f344e68d2f31ad.tar.bz2
chat-9a7d2b12ec0763c406c07cbf80f344e68d2f31ad.zip
Added babel-polyfill from babel-core 6.1.18
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index c425ef0b0..709edbaec 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -38,6 +38,7 @@
<script src="/static/js/react-bootstrap-0.28.1.js"></script>
<script src="/static/js/perfect-scrollbar-0.6.7.jquery.min.js"></script>
<script src="/static/js/jquery-dragster/jquery.dragster.js"></script>
+ <script src="/static/js/babel-polyfill-6.1.18.min.js"></script>
<script src="/static/js/katex.min.js"></script>
<style id="antiClickjack">body{display:none !important;}</style>