aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-11-05 16:03:53 -0400
committercash <cash.costello@gmail.com>2011-11-05 16:03:53 -0400
commit190bc843432a5556b4fdf03c54a613915eb45735 (patch)
tree7fdba5a5c57828c0c94261a18bed163f01345fe9 /engine/lib/views.php
parent272ac7519214f1b75d4b71247438612af8c86643 (diff)
downloadelgg-190bc843432a5556b4fdf03c54a613915eb45735.tar.gz
elgg-190bc843432a5556b4fdf03c54a613915eb45735.tar.bz2
Fixes #4057 updates jQuery version to 1.6.4
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r--engine/lib/views.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index 3b26fb169..2ec56c97e 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -1582,7 +1582,7 @@ function elgg_views_boot() {
elgg_register_simplecache_view('css/ie7');
elgg_register_simplecache_view('js/elgg');
- elgg_register_js('jquery', '/vendors/jquery/jquery-1.6.2.min.js', 'head');
+ elgg_register_js('jquery', '/vendors/jquery/jquery-1.6.4.min.js', 'head');
elgg_register_js('jquery-ui', '/vendors/jquery/jquery-ui-1.8.16.min.js', 'head');
elgg_register_js('jquery.form', '/vendors/jquery/jquery.form.js');