Compare commits
1 Commits
feat/css-c
...
c39968865c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c39968865c |
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user