diff --git a/libraries/common.lib.php b/libraries/common.lib.php index c0780852c..0e8a70c56 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2546,9 +2546,10 @@ function PMA_generate_slider_effect($id, $message) $('') .insertBefore('#') .click(function() { - // the callback should be the 4th parameter but - // it only works as the second parameter - $('#').toggle('drop', function() { + // The callback should be the 4th parameter but + // it only works as the second parameter; + // For the possible effects see http://jqueryui.com/demos/show + $('#').toggle('clip', function() { PMA_set_status_label_(); }); });