From 1a027a25c1ca3f87614968a02b4c21243d334279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 30 Nov 2011 18:49:29 +0100 Subject: [PATCH] keep advanced search sections open by default --- tabellio/searchform/advsearch-pfb.pt | 1 - 1 file changed, 1 deletion(-) diff --git a/tabellio/searchform/advsearch-pfb.pt b/tabellio/searchform/advsearch-pfb.pt index 5f20d44..9ba22b4 100644 --- a/tabellio/searchform/advsearch-pfb.pt +++ b/tabellio/searchform/advsearch-pfb.pt @@ -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);