From: Bill Erickson Date: Tue, 17 Mar 2015 20:10:04 +0000 (-0400) Subject: Recover auto search submission on sort selector change X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=52f8a077fe8494040409724ca602e726b7b0975c;p=working%2FEvergreen.git 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 --- 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 @@ -