diff options
author | Corey Hulen <corey@hulen.com> | 2015-11-24 09:48:55 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-11-24 09:48:55 -0800 |
commit | d18c9fbc9b7fc67c7fe5e03aea35408d475a5e7b (patch) | |
tree | f50ed73c690fdfc54a9ee215d8d95e9aaceea7d7 /web/templates/head.html | |
parent | da194941b69614d7e86755fc8e21e3241b1c1973 (diff) | |
parent | e8fbeb5b70f62abece393c3f91df0c28faa7d35c (diff) | |
download | chat-d18c9fbc9b7fc67c7fe5e03aea35408d475a5e7b.tar.gz chat-d18c9fbc9b7fc67c7fe5e03aea35408d475a5e7b.tar.bz2 chat-d18c9fbc9b7fc67c7fe5e03aea35408d475a5e7b.zip |
Merge pull request #1511 from mattermost/update-client-deps
Updating client dependancies (non-npm)
Diffstat (limited to 'web/templates/head.html')
-rw-r--r-- | web/templates/head.html | 7 |
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> |