diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 02:11:27 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 02:11:27 +0000 |
commit | 64da40b93f48e17a460496fbed740c6285c15a83 (patch) | |
tree | 62c776a0e83db8d7b99588a4b1c0adc7e8333668 /modules/system | |
parent | 5834cd45e6f993fde5af8e928cfefff44c1efa1d (diff) | |
download | brdo-64da40b93f48e17a460496fbed740c6285c15a83.tar.gz brdo-64da40b93f48e17a460496fbed740c6285c15a83.tar.bz2 |
#969456 follow-up by effulgentsia, threewestwinds: Upgrade jQuery Form library to 2.52.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index ccd876dda..e0fdbf74a 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1186,7 +1186,7 @@ function system_library() { $libraries['jquery.form'] = array( 'title' => 'jQuery Form Plugin', 'website' => 'http://malsup.com/jquery/form/', - 'version' => '2.49', + 'version' => '2.52', 'js' => array( 'misc/jquery.form.js' => array(), ), |