summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-04 12:10:23 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-04 12:10:23 +0000
commite5ac2f9c8c45cb5091dbf68c4a8d0a4f7bfe25a7 (patch)
tree6515b524bbbde4c5cb553b41cad03abcb50fd0e1 /modules
parent873393b8030dc1b9c929051b0c8a752001948b48 (diff)
downloadbrdo-e5ac2f9c8c45cb5091dbf68c4a8d0a4f7bfe25a7.tar.gz
brdo-e5ac2f9c8c45cb5091dbf68c4a8d0a4f7bfe25a7.tar.bz2
- Patch #619862 by gilgabar, asimmonds: fixed incorrect entry in system_library() that breaks jquery ui shake effect.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e4edcc4f1..4c6ae6a35 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1194,7 +1194,7 @@ function system_library() {
),
);
$libraries['ui.draggable'] = array(
- 'title' => 'jQuery UI: Dialog',
+ 'title' => 'jQuery UI: Draggable',
'website' => 'http://jqueryui.com/demos/draggable/',
'version' => '1.7.2',
'js' => array(
@@ -1375,7 +1375,7 @@ function system_library() {
),
);
$libraries['effects.highlight'] = array(
- 'title' => 'jQuery UI: Effects Fold',
+ 'title' => 'jQuery UI: Effects Highlight',
'website' => 'http://jqueryui.com/demos/effect/',
'version' => '1.7.2',
'js' => array(
@@ -1397,7 +1397,7 @@ function system_library() {
),
);
$libraries['effects.scale'] = array(
- 'title' => 'jQuery UI: Effects Pulsate',
+ 'title' => 'jQuery UI: Effects Scale',
'website' => 'http://jqueryui.com/demos/effect/',
'version' => '1.7.2',
'js' => array(
@@ -1412,7 +1412,7 @@ function system_library() {
'website' => 'http://jqueryui.com/demos/effect/',
'version' => '1.7.2',
'js' => array(
- 'misc/ui/effects.scale.js' => array(),
+ 'misc/ui/effects.shake.js' => array(),
),
'dependencies' => array(
array('system', 'effects'),