summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-15 17:47:50 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-15 17:47:50 +0000
commit2fb2a33c8a6b8e860229cd6368a80ad07c0a9a06 (patch)
treef8bed64a39432085944de058f3da7be6a21cf5f4 /modules/system
parent9c05cdef9ece6e84eddf73aad096cc84cd903b2d (diff)
downloadbrdo-2fb2a33c8a6b8e860229cd6368a80ad07c0a9a06.tar.gz
brdo-2fb2a33c8a6b8e860229cd6368a80ad07c0a9a06.tar.bz2
#969456 by amateescu: Update to jQuery Forms 2.49
Diffstat (limited to 'modules/system')
-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 a0e5db35d..125169496 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1100,7 +1100,7 @@ function system_library() {
$libraries['form'] = array(
'title' => 'jQuery Form Plugin',
'website' => 'http://malsup.com/jquery/form/',
- 'version' => '2.36',
+ 'version' => '2.49',
'js' => array(
'misc/jquery.form.js' => array(),
),