From 6fc4652cb0d86d902111bbd34025eedf80adbd75 Mon Sep 17 00:00:00 2001 From: GerFr <140012598+GerFr@users.noreply.github.com> Date: Wed, 29 May 2024 23:33:58 +0200 Subject: [PATCH] resize images --- checkout.html | 3 +- confirmation.html | 7 ++-- js/index.js | 11 +++++ partials/ordermodal.html | 86 ++++++++++++++++++++-------------------- summary.html | 3 +- 5 files changed, 62 insertions(+), 48 deletions(-) diff --git a/checkout.html b/checkout.html index 775361a..d8c1542 100644 --- a/checkout.html +++ b/checkout.html @@ -18,7 +18,8 @@ @@ -110,7 +111,7 @@
Added!
" + setTimeout(function () { + alert.classList.add('d-none'); + alert.classList.remove('alert-success'); + alert.innerHTML = "" + + }, 500); + }, 20); } else if (parsedCartarr.includes(sID) === false) { parsedCartarr.push(sID); diff --git a/partials/ordermodal.html b/partials/ordermodal.html index 1e68f1b..6cb9837 100644 --- a/partials/ordermodal.html +++ b/partials/ordermodal.html @@ -1,6 +1,5 @@ {{#each this}} -