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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 lines)
Lines 311-317 $(document).ready(function() { Link Here
311
        $(document).on("click", '#searchsubmit', function(e) {
311
        $(document).on("click", '#searchsubmit', function(e) {
312
            jQuery.removeCookie("form_serialized", { path: '/'});
312
            jQuery.removeCookie("form_serialized", { path: '/'});
313
            jQuery.removeCookie("form_serialized_limits", { path: '/'});
313
            jQuery.removeCookie("form_serialized_limits", { path: '/'});
314
            jQuery.removeCookie("num_paragraph", { path: '/'});
315
            jQuery.removeCookie("search_path_code", { path: '/'});
314
            jQuery.removeCookie("search_path_code", { path: '/'});
316
        });
315
        });
317
    }
316
    }
318
- 

Return to bug 28784