diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-11 01:07:15 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-11 01:07:15 +0000 |
commit | 8926b0a8c13b093128a2a84526b637897ac0b08e (patch) | |
tree | 640bc0c47e04ae730949d74359028c6b2bdcf38e /modules/system/system.module | |
parent | bdb7e56143d52bb8528042591f0e8df9afde45db (diff) | |
download | brdo-8926b0a8c13b093128a2a84526b637897ac0b08e.tar.gz brdo-8926b0a8c13b093128a2a84526b637897ac0b08e.tar.bz2 |
#724642 by casey: Upgrade jQuery BBQ library to 1.2.1.
Diffstat (limited to 'modules/system/system.module')
-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 6badde7c2..822c559ec 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1087,7 +1087,7 @@ function system_library() { $libraries['jquery-bbq'] = array( 'title' => 'jQuery BBQ', 'website' => 'http://benalman.com/projects/jquery-bbq-plugin/', - 'version' => '1.0.2', + 'version' => '1.2.1', 'js' => array( 'misc/jquery.ba-bbq.js' => array(), ), |