summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-18 17:04:10 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-18 17:04:10 +0000
commita155fa6f8527471576f3b417eab635a307fb853d (patch)
treedd94b188da27cf746740a93120e10c233ee3e663 /modules/system
parent7588c0c8bbbd0614c8f11b4c399e3a558d627dc7 (diff)
downloadbrdo-a155fa6f8527471576f3b417eab635a307fb853d.tar.gz
brdo-a155fa6f8527471576f3b417eab635a307fb853d.tar.bz2
- Patch #609622 by Rob Loach, casey, andypost, mfer: keep jQuery Form up to date.
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 ba88f5678..9d89278a7 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1089,7 +1089,7 @@ function system_library() {
$libraries['form'] = array(
'title' => 'jQuery Form Plugin',
'website' => 'http://malsup.com/jquery/form/',
- 'version' => '2.16',
+ 'version' => '2.36',
'js' => array(
'misc/jquery.form.js' => array(),
),