From 8c3c7fd857d7bc7f78ad00eac43ad4e820f93bac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Sep 2019 10:21:14 +0200 Subject: [PATCH] Fix remove + of categ on product thumb --- htdocs/takepos/takepos.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php index d049e46c63d..a7037af3d23 100644 --- a/htdocs/takepos/takepos.php +++ b/htdocs/takepos/takepos.php @@ -408,6 +408,7 @@ function New() { function Search2() { console.log("Search2"); pageproducts=0; + jQuery(".catwatermark").hide(); $.getJSON('./ajax.php?action=search&term='+$('#search').val(), function(data) { for (i = 0; i < 30; i++) { if (typeof (data[i]) == "undefined"){