Merge remote branch 'origin/master'

This commit is contained in:
Michal Čihař
2010-04-03 00:40:19 +02:00

View File

@@ -5,6 +5,6 @@
*/
$(document).ready(function() {
$('.server_selector').change(function() {
$(this).parent().parent().parent().children('.toggler').toggle();
$(this).closest('tbody').children('.toggler').toggle();
});
});