From fbaf3668e41e52e9d2592edda368949138cbe909 Mon Sep 17 00:00:00 2001 From: sidharth Date: Fri, 21 Jan 2022 17:39:47 +0530 Subject: [PATCH] undo criteo script --- git_info.json | 1 - public/index.html | 12 ++++++------ src/routes/retailer/cart_products.vue | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 git_info.json diff --git a/git_info.json b/git_info.json deleted file mode 100644 index c18e197..0000000 --- a/git_info.json +++ /dev/null @@ -1 +0,0 @@ -{"branch_name":"beta","last_commit_date":"2022-01-20T09:38:46.000Z","last_commit_author":"rakesh","last_commit_hash":"ad63d7d012c005f4fd033a9432f7feb1494fbf8e"} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 49859d7..26a3d0e 100644 --- a/public/index.html +++ b/public/index.html @@ -39,7 +39,7 @@ - + - + - + diff --git a/src/routes/retailer/cart_products.vue b/src/routes/retailer/cart_products.vue index 958979a..14a5717 100644 --- a/src/routes/retailer/cart_products.vue +++ b/src/routes/retailer/cart_products.vue @@ -340,7 +340,7 @@ export default { params: {}, }); }, - searchProducts() { + async searchProducts() { if (this.timeout) clearTimeout(this.timeout); this.timeout = setTimeout(() => { if (this.searchData) {