summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-03 12:59:27 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-03 12:59:27 -0500
commit13a14413e671d29700a46a26be6e7c9f60a09ed5 (patch)
tree67f13ad924808340d5c5f52add3f55e86f1f7aa8 /web/templates/head.html
parentd6265fc4c36773ca0e151ac52bc982c315d8b6c2 (diff)
parent9a7d2b12ec0763c406c07cbf80f344e68d2f31ad (diff)
downloadchat-13a14413e671d29700a46a26be6e7c9f60a09ed5.tar.gz
chat-13a14413e671d29700a46a26be6e7c9f60a09ed5.tar.bz2
chat-13a14413e671d29700a46a26be6e7c9f60a09ed5.zip
Merge pull request #1597 from hmhealey/polyfill
Re-add babel-polyfill
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 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>