Fix remove + of categ on product thumb

This commit is contained in:
Laurent Destailleur 2019-09-27 10:21:14 +02:00
parent 33754f1951
commit 8c3c7fd857

View File

@ -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"){