mirror of
https://github.com/the-spellman/js-plus-plus-toxicity-demo
synced 2024-12-23 09:32:33 -06:00
Update index.html
This commit is contained in:
parent
37a3768c8e
commit
21073f58ab
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ let submit = html.createElement("button", "submit")
|
||||||
|
|
||||||
submit.innerText = "Toxic?" // github pages pls dont bug out now
|
submit.innerText = "Toxic?" // github pages pls dont bug out now
|
||||||
|
|
||||||
submit.addEventListener("click", tox(textbox.value, p);)
|
submit.addEventListener("click", tox(textbox.value, p));
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue