summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-02 15:54:26 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-02 15:54:26 -0500
commitb7be97ba702ad22072903acc469001acd8d80fcf (patch)
treea22941100a8e8e594b5d0fe6c8adc738fbcb08c9 /web/templates
parent98ed40442d92c439d622338a965ffda460ceb4a5 (diff)
parent1821d7f63ff739fc835d9f1d73e09f5cbe28f601 (diff)
downloadchat-b7be97ba702ad22072903acc469001acd8d80fcf.tar.gz
chat-b7be97ba702ad22072903acc469001acd8d80fcf.tar.bz2
chat-b7be97ba702ad22072903acc469001acd8d80fcf.zip
Merge pull request #1247 from hmhealey/startswith
Added babel-es6-polyfill
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 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>