Do not go to the anchor after expanding slider.

This commit is contained in:
Michal Čihař
2011-02-02 15:36:41 +01:00
parent 970c908c24
commit 3cb9916d8b

View File

@@ -2552,6 +2552,7 @@ function PMA_generate_slider_effect($id, $message)
$('#<?php echo $id; ?>').toggle('clip', function() { $('#<?php echo $id; ?>').toggle('clip', function() {
PMA_set_status_label_<?php echo $id; ?>(); PMA_set_status_label_<?php echo $id; ?>();
}); });
return false;
}); });
}); });
//]]> //]]>