summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-12 01:36:08 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-12 01:36:08 +0000
commit1ba059b3b26e21d2c1c566556a4e3be04c982c24 (patch)
tree9970b45b0b1b5430f47081bc18e012bb679254f7 /modules
parentcf1cc3cdf01ea52c38f6898d2577fc0a143c1714 (diff)
downloadbrdo-1ba059b3b26e21d2c1c566556a4e3be04c982c24.tar.gz
brdo-1ba059b3b26e21d2c1c566556a4e3be04c982c24.tar.bz2
#944308 follow-up by cosmicdreams, amateescu: Upgrade to jQuery 1.4.4.
Diffstat (limited to 'modules')
-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 004a0be93..a0e5db35d 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1080,7 +1080,7 @@ function system_library() {
$libraries['jquery'] = array(
'title' => 'jQuery',
'website' => 'http://jquery.com',
- 'version' => '1.4.3',
+ 'version' => '1.4.4',
'js' => array(
'misc/jquery.js' => array('group' => JS_LIBRARY, 'weight' => -20),
),