This commit is contained in:
2024-01-31 12:05:22 +07:00
135 changed files with 9489 additions and 150 deletions

View File

@@ -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);
})