Fix success message text
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
submitBtn.remove()
|
submitBtn.remove()
|
||||||
submitNameLabel.remove()
|
submitNameLabel.remove()
|
||||||
|
|
||||||
const textNode = document.createTextNode("This is some text added to the body.");
|
const textNode = document.createTextNode("Your choices have been submitted, thx :)");
|
||||||
document.body.appendChild(textNode);
|
document.body.appendChild(textNode);
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
|||||||
Reference in New Issue
Block a user