View | Details | Raw Unified | Return to bug 38112
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 773-779 Link Here
773
            patron_search_form.find(".clear_search").on("click",function(e){
773
            patron_search_form.find(".clear_search").on("click",function(e){
774
                e.preventDefault();
774
                e.preventDefault();
775
                clearFilters();
775
                clearFilters();
776
                patron_search_form.find(".searchpattern").parent().hide();
776
                parent_block.find(".searchpattern").parent().hide();
777
            });
777
            });
778
778
779
            if ( !defer_loading ) {
779
            if ( !defer_loading ) {
780
- 

Return to bug 38112