The branch, master has been updated via 3cb9916d8bdf46b6b016f0ae483b261565abe424 (commit) from 970c908c24d55f9bc28b7c251bc3f1ddfd8ba8e0 (commit)
- Log ----------------------------------------------------------------- commit 3cb9916d8bdf46b6b016f0ae483b261565abe424 Author: Michal Čihař mcihar@novell.com Date: Wed Feb 2 15:36:41 2011 +0100
Do not go to the anchor after expanding slider.
-----------------------------------------------------------------------
Summary of changes: libraries/common.lib.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 61f5ffb..6b47060 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2552,6 +2552,7 @@ function PMA_generate_slider_effect($id, $message) $('#<?php echo $id; ?>').toggle('clip', function() { PMA_set_status_label_<?php echo $id; ?>(); }); + return false; }); }); //]]>
hooks/post-receive