summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-09 20:52:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-09 20:52:28 +0000
commit290fe38c571c278fd9e43401870f7f81b83f2a8a (patch)
tree0315fb6fe3e2d70bb989eb37cbc872b129005724 /modules/system/system.module
parent2787acc050ac046337aac300915a5e664d90f918 (diff)
downloadbrdo-290fe38c571c278fd9e43401870f7f81b83f2a8a.tar.gz
brdo-290fe38c571c278fd9e43401870f7f81b83f2a8a.tar.bz2
#653580 by mfer, Rob Loach, cosmicdreams, et al: Upgrade to jQuery 1.4.2.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 40bad7573..7d359303f 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1046,7 +1046,7 @@ function system_library() {
$libraries['jquery'] = array(
'title' => 'jQuery',
'website' => 'http://jquery.com',
- 'version' => '1.3.2',
+ 'version' => '1.4.2',
'js' => array(
'misc/jquery.js' => array('weight' => JS_LIBRARY - 20),
),