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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-2 / +1 lines)
Lines 416-422 $(document).ready(function() { Link Here
416
        if (numPar > [% search_boxes_count %]){
416
        if (numPar > [% search_boxes_count %]){
417
            jQuery.cookie("num_paragraph", numPar,{ path: '/'});
417
            jQuery.cookie("num_paragraph", numPar,{ path: '/'});
418
        }else{
418
        }else{
419
        	jQuery.removeCookie("num_paragraph", { path: '/'});
419
            jQuery.removeCookie("num_paragraph", { path: '/'});
420
        }
420
        }
421
        jQuery.cookie("search_path_code", 'exs',{ path: '/'});
421
        jQuery.cookie("search_path_code", 'exs',{ path: '/'});
422
        [% ELSE %]
422
        [% ELSE %]
423
- 

Return to bug 13307