Fix success message text
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
submitBtn.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);
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user