diff options
author | cash <cash.costello@gmail.com> | 2011-11-05 16:03:53 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-05 16:03:53 -0400 |
commit | 190bc843432a5556b4fdf03c54a613915eb45735 (patch) | |
tree | 7fdba5a5c57828c0c94261a18bed163f01345fe9 /js/tests | |
parent | 272ac7519214f1b75d4b71247438612af8c86643 (diff) | |
download | elgg-190bc843432a5556b4fdf03c54a613915eb45735.tar.gz elgg-190bc843432a5556b4fdf03c54a613915eb45735.tar.bz2 |
Fixes #4057 updates jQuery version to 1.6.4
Diffstat (limited to 'js/tests')
-rw-r--r-- | js/tests/jsTestDriver.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/jsTestDriver.conf b/js/tests/jsTestDriver.conf index b59697b88..cc0b5d373 100644 --- a/js/tests/jsTestDriver.conf +++ b/js/tests/jsTestDriver.conf @@ -1,7 +1,7 @@ server: http://localhost:4224 load: - - vendors/jquery/jquery-1.6.2.min.js + - vendors/jquery/jquery-1.6.4.min.js - vendors/sprintf.js - js/lib/elgglib.js - js/lib/hooks.js |