Fix remove + of categ on product thumb
This commit is contained in:
parent
33754f1951
commit
8c3c7fd857
@ -408,6 +408,7 @@ function New() {
|
|||||||
function Search2() {
|
function Search2() {
|
||||||
console.log("Search2");
|
console.log("Search2");
|
||||||
pageproducts=0;
|
pageproducts=0;
|
||||||
|
jQuery(".catwatermark").hide();
|
||||||
$.getJSON('./ajax.php?action=search&term='+$('#search').val(), function(data) {
|
$.getJSON('./ajax.php?action=search&term='+$('#search').val(), function(data) {
|
||||||
for (i = 0; i < 30; i++) {
|
for (i = 0; i < 30; i++) {
|
||||||
if (typeof (data[i]) == "undefined"){
|
if (typeof (data[i]) == "undefined"){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user