Compare commits
1 Commits
french
...
c39968865c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c39968865c |
@@ -13,7 +13,7 @@
|
|||||||
<h1>Secret Santa</h1>
|
<h1>Secret Santa</h1>
|
||||||
|
|
||||||
<select id="person">
|
<select id="person">
|
||||||
<option selected disabled>Who are you?</option>
|
<option selected disabled>Qui es-tu?</option>
|
||||||
__OPTIONS__
|
__OPTIONS__
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
.then((text) => {
|
.then((text) => {
|
||||||
document.getElementById(
|
document.getElementById(
|
||||||
"result"
|
"result"
|
||||||
).textContent = `Your draw: ${text}`;
|
).textContent = `Hoho! Tu as pioché ${text} ;`;
|
||||||
document.getElementById("person").remove();
|
document.getElementById("person").remove();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user