1 Commits

Author SHA1 Message Date
gvcgael
c39968865c french lang 2022-11-30 14:39:47 +01:00

View File

@@ -13,7 +13,7 @@
<h1>Secret Santa</h1>
<select id="person">
<option selected disabled>Who are you?</option>
<option selected disabled>Qui es-tu?</option>
__OPTIONS__
</select>
@@ -83,7 +83,7 @@
.then((text) => {
document.getElementById(
"result"
).textContent = `Your draw: ${text}`;
).textContent = `Hoho! Tu as pioché ${text} ;`;
document.getElementById("person").remove();
});
});