From affd38dcd61bc9e41fd2f84e007bab2d4fe66f7b Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 22:26:04 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3891063..52c06d0 100644 --- a/index.html +++ b/index.html @@ -16,5 +16,5 @@ html.createParagraph("toxicityBool", "Input text to the text box bellow, click t html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."}) let submit = html.createElement("button", "submit") -submit.addEventListener("click", (tox(textBox1.value)) +submit.addEventListener("click", tox(textBox1.value))