From b4d0eb2749d11a1d0869ef5bbe8d81842ef2749e Mon Sep 17 00:00:00 2001 From: 65160381 <65160381@go.buu.ac.th> Date: Tue, 25 Mar 2025 03:14:54 +0700 Subject: [PATCH] Revert "8.6" This reverts commit 8c5eaa7d62694fcc7e547b81aa9e6a765200dda7. --- public/cart.html | 2 +- public/checkout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/cart.html b/public/cart.html index df0a241..0a23d78 100644 --- a/public/cart.html +++ b/public/cart.html @@ -15,7 +15,7 @@ <!-- Cart items will be dynamically loaded here --> </div> - <button type="submit"> + <button > <div class="checkout" onclick="goToCheckout()">Checkout</div> </button> diff --git a/public/checkout.html b/public/checkout.html index 2880eb3..feb2bd8 100644 --- a/public/checkout.html +++ b/public/checkout.html @@ -14,7 +14,7 @@ <div class="cart-items" id="cart-items"> <!-- Cart items will be dynamically loaded here --> </div> - <button type="submit"> + <button > <div class="checkout-button" onclick="processCheckout()">Confirm and Checkout</div> </button> <footer> -- GitLab