From e5ac2f9c8c45cb5091dbf68c4a8d0a4f7bfe25a7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 4 Jan 2010 12:10:23 +0000 Subject: - Patch #619862 by gilgabar, asimmonds: fixed incorrect entry in system_library() that breaks jquery ui shake effect. --- modules/system/system.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/system/system.module') 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'), -- cgit v1.2.3