keep advanced search sections open by default

This commit is contained in:
Frédéric Péters 2011-11-30 18:49:29 +01:00
parent 8cae16cb30
commit 1a027a25c1
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ function setup_sort_on(index, elem)
var parent = $(this).parent();
$(this).detach().appendTo(parent);
});
$('div.advbox form').hide();
$('div.advbox h2').click(function() { $(this).parent().find('form').toggle(); });
});
})(jQuery);