summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-14 08:48:42 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-15 14:57:23 -0400
commit5d0cc6a45a35737221d61132c3c2d0a484ec4145 (patch)
tree41912a5d5922215d80083a7dabb9450cd5302aeb /web/templates
parentbd2fec0fb16783049ec555d8015f49a0ed3ccf80 (diff)
downloadchat-5d0cc6a45a35737221d61132c3c2d0a484ec4145.tar.gz
chat-5d0cc6a45a35737221d61132c3c2d0a484ec4145.tar.bz2
chat-5d0cc6a45a35737221d61132c3c2d0a484ec4145.zip
Upgrading jquery from 1.11.1 to 2.1.4
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index e4f1b56b3..e6fedab22 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -33,7 +33,7 @@
<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/jquery-1.11.1.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>