- Patch #619862 by gilgabar, asimmonds: fixed incorrect entry in system_library() that breaks jquery ui shake effect.
parent
873393b803
commit
e5ac2f9c8c
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue