From 63ed190817301971e1489217be335c91a8695a67 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 20:59:26 +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 6d146ba..00bef52 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ console.log(helpers.isToxic(objSentence)) helpers.consoleUseWarner("DO NOT INPUT ANYTHING HERE UNLESS YOU KNOW WHAT YOU ARE DOING.") createParagraph("toxicityBool", "Input text to the text box bellow, click the button, and check here if its toxic.") -html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."} +html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."}) let submit = html.createElement("button", "submit") submit.onclick(tox(textBox1.value))