search
This commit is contained in:
@@ -97,7 +97,6 @@
|
||||
price = '<span class="price">0</span>';
|
||||
}
|
||||
|
||||
|
||||
html += `
|
||||
<a href="`+ product.request_path + `" class="flex items-center justify-between item">
|
||||
<span class="info">
|
||||
@@ -132,7 +131,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$(document).ready(function () {
|
||||
$("#js-input-search").on("input", searchProduct);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user