Files
phpmyadmin/js/server_synchronize.js
2010-04-02 07:43:00 -04:00

11 lines
252 B
JavaScript

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* for server_synchronize.php
*
*/
$(document).ready(function() {
$('.server_selector').change(function() {
$(this).parent().parent().parent().children('.toggler').toggle();
});
});