From 75ed9d2640aa80a9c02217185e85046bad01199a Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Tue, 30 Aug 2022 17:34:52 +0200 Subject: [PATCH] . --- content/master.blade.php | 4 ---- content/pages/checkout.blade.php | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/content/master.blade.php b/content/master.blade.php index 5104b9e..c731afc 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -171,16 +171,12 @@ updateProductsInLocalStorage(); }); $(document).on('change', '.select-quantity', function(){ -<<<<<<< HEAD let quantity = $(this).val(); let productId = $(this).attr('data-id'); let objProductInfo = objProducts.find(obj => obj.id == productId); let index = objProducts.indexOf(objProductInfo); objProducts[index].quantity = quantity; updateProductsInLocalStorage(); -======= - ->>>>>>> refs/remotes/origin/master }); }); diff --git a/content/pages/checkout.blade.php b/content/pages/checkout.blade.php index 9a0f089..b6b36ff 100644 --- a/content/pages/checkout.blade.php +++ b/content/pages/checkout.blade.php @@ -23,7 +23,6 @@ Persönliche Daten -<<<<<<< HEAD
@@ -65,10 +64,7 @@
-=======
- -
@@ -188,7 +184,6 @@
->>>>>>> refs/remotes/origin/master
@@ -248,11 +243,6 @@ `); }); }); - - $('.btn-remove-product').click(function(){ - // let index = objProducts.indexOf(value); - // if(index != -1) objProducts.splice(index, 1); - }); }); @stop