@@ -, +, @@ should be removed --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 1 - koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 1 - 2 files changed, 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -253,7 +253,6 @@ $(document).ready(function() { if($('#searchsubmit').length) { $(document).on("click", '#searchsubmit', function(e) { jQuery.removeCookie("form_serialized", { path: '/'}); - jQuery.removeCookie("form_serialized_itype", { path: '/'}); jQuery.removeCookie("form_serialized_limits", { path: '/'}); jQuery.removeCookie("num_paragraph", { path: '/'}); jQuery.removeCookie("search_path_code", { path: '/'}); --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -421,7 +421,6 @@ $(document).ready(function() { [% ELSE %] //Clear all form cookies jQuery.removeCookie("form_serialized", { path: '/'}); - jQuery.removeCookie("form_serialized_itype", { path: '/'}); jQuery.removeCookie("form_serialized_limits", { path: '/'}); jQuery.removeCookie("num_paragraph", { path: '/'}); jQuery.removeCookie("search_path_code", { path: '/'}); --