#969456 follow-up by effulgentsia, threewestwinds: Upgrade jQuery Form library to 2.52.

merge-requests/26/head
Angie Byron 2011-01-03 02:11:27 +00:00
parent 5834cd45e6
commit 64da40b93f
3 changed files with 4 additions and 4 deletions

View File

@ -191,7 +191,7 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Added support for translatable fields to Field API.
- JavaScript changes
* Upgraded the core JavaScript library to jQuery version 1.4.4.
* Upgraded the jQuery Forms library to 2.49.
* Upgraded the jQuery Forms library to 2.52.
* Added jQuery UI 1.8.7, which allows improvements to Drupal's user
experience.
- Better module version support

File diff suppressed because one or more lines are too long

View File

@ -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(),
),