From 3a8685a5166552295f94d4dd3849c2c4a5203b32 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Fri, 6 Aug 2021 08:03:27 +0000
Subject: [PATCH] Bug 28784: (QA follow-up) Remove num_paragraph cookie from
 include
Content-Type: text/plain; charset=utf-8

Still found in opac-bottom.inc.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc
index c103f0ec4c..e1327c17d4 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc
+++ b/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: '/'});
         });
     }
-- 
2.20.1