remove Mootools for Synchronize
This commit is contained in:
10
js/server_synchronize.js
Normal file
10
js/server_synchronize.js
Normal 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();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user