summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-14 09:13:18 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-15 14:57:23 -0400
commit0d794da99f2e17936b71db3774180b688898a8fc (patch)
treed920be2be37edc079b15217d016cfe1e1137337b /web/templates
parent2c98859b1bb077dcec798eee906d4a461646ed3b (diff)
downloadchat-0d794da99f2e17936b71db3774180b688898a8fc.tar.gz
chat-0d794da99f2e17936b71db3774180b688898a8fc.tar.bz2
chat-0d794da99f2e17936b71db3774180b688898a8fc.zip
Upgrading react and react-bootstrap. 0.13.3 to 0.14 and 0.25.1 to 0.27.1
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index ae0eb9911..3466510d4 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -32,11 +32,12 @@
<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-with-addons-0.13.3.js"></script>
+ <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/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.25.1.js"></script>
+ <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>