#969456 follow-up by effulgentsia, threewestwinds: Upgrade jQuery Form library to 2.52.
parent
5834cd45e6
commit
64da40b93f
|
@ -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
|
@ -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(),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue