From 52f8a077fe8494040409724ca602e726b7b0975c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 17 Mar 2015 16:10:04 -0400 Subject: [PATCH] Recover auto search submission on sort selector change Avoid applying two onchange() handlers to a single element, since only one will ever fire. In this case, the extra handler prevented the automatic form submission from running a new search. Signed-off-by: Bill Erickson --- KCLS/openils/var/templates_kcls/opac/parts/filtersort.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/KCLS/openils/var/templates_kcls/opac/parts/filtersort.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/filtersort.tt2 index 72072ca2c7..65a0733414 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/filtersort.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/filtersort.tt2 @@ -1,7 +1,8 @@ - -- 2.11.0