[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1356-gf32e800

Marc Delisle lem9 at users.sourceforge.net
Sat Apr 3 00:02:17 CEST 2010


The branch, master has been updated
       via  f32e8001e21ffb5643a245bc615c65a9db1e71b7 (commit)
      from  85ca96cb9d129148557380ab8e90a39ead00a873 (commit)


- Log -----------------------------------------------------------------
commit f32e8001e21ffb5643a245bc615c65a9db1e71b7
Author: Marc Delisle <marc at infomarc.info>
Date:   Fri Apr 2 18:02:08 2010 -0400

    leaner jQuery way

-----------------------------------------------------------------------

Summary of changes:
 js/server_synchronize.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/server_synchronize.js b/js/server_synchronize.js
index e8e626b..6aa0a37 100644
--- a/js/server_synchronize.js
+++ b/js/server_synchronize.js
@@ -5,6 +5,6 @@
  */
 $(document).ready(function() {
     $('.server_selector').change(function() {
-        $(this).parent().parent().parent().children('.toggler').toggle(); 
+        $(this).closest('tbody').children('.toggler').toggle(); 
         });
 });


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list