remove Mootools for Synchronize

This commit is contained in:
Marc Delisle
2010-04-02 07:43:00 -04:00
parent c27663917f
commit 7813d53ef6
2 changed files with 19 additions and 25 deletions

10
js/server_synchronize.js Normal file
View File

@@ -0,0 +1,10 @@
/* 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();
});
});