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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-1 lines)
Lines 253-259 $(document).ready(function() { Link Here
253
    if($('#searchsubmit').length) {
253
    if($('#searchsubmit').length) {
254
        $(document).on("click", '#searchsubmit', function(e) {
254
        $(document).on("click", '#searchsubmit', function(e) {
255
            jQuery.removeCookie("form_serialized", { path: '/'});
255
            jQuery.removeCookie("form_serialized", { path: '/'});
256
            jQuery.removeCookie("form_serialized_itype", { path: '/'});
257
            jQuery.removeCookie("form_serialized_limits", { path: '/'});
256
            jQuery.removeCookie("form_serialized_limits", { path: '/'});
258
            jQuery.removeCookie("num_paragraph", { path: '/'});
257
            jQuery.removeCookie("num_paragraph", { path: '/'});
259
            jQuery.removeCookie("search_path_code", { path: '/'});
258
            jQuery.removeCookie("search_path_code", { path: '/'});
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-2 lines)
Lines 421-427 $(document).ready(function() { Link Here
421
    [% ELSE %]
421
    [% ELSE %]
422
        //Clear all form cookies
422
        //Clear all form cookies
423
        jQuery.removeCookie("form_serialized", { path: '/'});
423
        jQuery.removeCookie("form_serialized", { path: '/'});
424
        jQuery.removeCookie("form_serialized_itype", { path: '/'});
425
        jQuery.removeCookie("form_serialized_limits", { path: '/'});
424
        jQuery.removeCookie("form_serialized_limits", { path: '/'});
426
        jQuery.removeCookie("num_paragraph", { path: '/'});
425
        jQuery.removeCookie("num_paragraph", { path: '/'});
427
        jQuery.removeCookie("search_path_code", { path: '/'});
426
        jQuery.removeCookie("search_path_code", { path: '/'});
428
- 

Return to bug 20876