@@ -, +, @@ --- .../bootstrap/en/modules/opac-advsearch.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -416,7 +416,7 @@ $(document).ready(function() { if (numPar > [% search_boxes_count %]){ jQuery.cookie("num_paragraph", numPar,{ path: '/'}); }else{ - jQuery.removeCookie("num_paragraph", { path: '/'}); + jQuery.removeCookie("num_paragraph", { path: '/'}); } jQuery.cookie("search_path_code", 'exs',{ path: '/'}); [% ELSE %] --