summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-02 14:23:01 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-02 14:25:27 -0500
commit1821d7f63ff739fc835d9f1d73e09f5cbe28f601 (patch)
treeea83076704b911d1ff9ab8e846a4cd3cadbf85c8 /web/templates/head.html
parent256be4c14dfd99fc923d497cc6d7dfe3f4e8e3c5 (diff)
downloadchat-1821d7f63ff739fc835d9f1d73e09f5cbe28f601.tar.gz
chat-1821d7f63ff739fc835d9f1d73e09f5cbe28f601.tar.bz2
chat-1821d7f63ff739fc835d9f1d73e09f5cbe28f601.zip
Added Babel ES6 polyfill to the html header
Diffstat (limited to 'web/templates/head.html')
-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 fdc371af4..9d8dcdd66 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -37,6 +37,7 @@
<script src="/static/js/react-bootstrap-0.27.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-es6-polyfill.min.js"></script>
<style id="antiClickjack">body{display:none !important;}</style>