]> git.feebdaed.xyz Git - lgtm-rsvp.git/commitdiff
exclude the first three
authorseantywork <seantywork@gmail.com>
Sat, 19 Jul 2025 16:17:50 +0000 (16:17 +0000)
committerseantywork <seantywork@gmail.com>
Sat, 19 Jul 2025 16:17:50 +0000 (16:17 +0000)
public/js/common.js

index 8ad4d25a9f66f3f9eb18809c00a2324a8ca4f603..8539fa3661060b78c283b023899aab9168706e1d 100644 (file)
@@ -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 += `
             <img alt="Groom" class="img-fluid" src="/${IMAGE_GROOM}"/>
             `
+            continue
         } else if (IMAGE_BRIDE == ""){
             IMAGE_BRIDE = ie.name
             let b = document.getElementById("couple-bride")
             b.innerHTML += `
             <img alt="Bride" class="img-fluid" src="/${IMAGE_BRIDE}"/>
             `
+            continue
         }
 
         let ieEl = `