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