From: seantywork Date: Sat, 19 Jul 2025 16:17:50 +0000 (+0000) Subject: exclude the first three X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=fbcd97c5f534a545c5cef00274bff6cba2c27a5e;p=lgtm-rsvp.git exclude the first three --- diff --git a/public/js/common.js b/public/js/common.js index 8ad4d25..8539fa3 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -223,19 +223,21 @@ async function getImageList(){ IMAGE_TITLE = ie.name let homeprops = document.getElementsByClassName("ww-home-page"); homeprops[0].style.backgroundImage=`url("/${IMAGE_TITLE}")` - + continue } else if (IMAGE_GROOM == ""){ IMAGE_GROOM = ie.name let g = document.getElementById("couple-groom") g.innerHTML += ` Groom ` + continue } else if (IMAGE_BRIDE == ""){ IMAGE_BRIDE = ie.name let b = document.getElementById("couple-bride") b.innerHTML += ` Bride ` + continue } let ieEl = `