@@ -, +, @@ include --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 1 - 1 file changed, 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -311,7 +311,6 @@ $(document).ready(function() { $(document).on("click", '#searchsubmit', function(e) { jQuery.removeCookie("form_serialized", { path: '/'}); jQuery.removeCookie("form_serialized_limits", { path: '/'}); - jQuery.removeCookie("num_paragraph", { path: '/'}); jQuery.removeCookie("search_path_code", { path: '/'}); }); } --