summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-24 09:19:27 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-24 09:43:17 -0500
commite8fbeb5b70f62abece393c3f91df0c28faa7d35c (patch)
treef50ed73c690fdfc54a9ee215d8d95e9aaceea7d7 /web/templates/head.html
parentda194941b69614d7e86755fc8e21e3241b1c1973 (diff)
downloadchat-e8fbeb5b70f62abece393c3f91df0c28faa7d35c.tar.gz
chat-e8fbeb5b70f62abece393c3f91df0c28faa7d35c.tar.bz2
chat-e8fbeb5b70f62abece393c3f91df0c28faa7d35c.zip
Updating client dependancies (non-npm)
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index ec06ba9bc..c425ef0b0 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -30,15 +30,14 @@
<link id="favicon" rel="icon" href="/static/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/static/images/favicon.ico" type="image/x-icon">
- <script src="/static/js/react-0.14.0.js"></script>
- <script src="/static/js/react-dom-0.14.0.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/jquery-2.1.4.js"></script>
<script src="/static/js/bootstrap-3.3.5.js"></script>
<script src="/static/js/bootstrap-colorpicker.min.js"></script>
- <script src="/static/js/react-bootstrap-0.27.1.js"></script>
+ <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-es6-polyfill.min.js"></script>
<script src="/static/js/katex.min.js"></script>
<style id="antiClickjack">body{display:none !important;}</style>