From 791718be8b54529a74753896538087aa1e840b7b Mon Sep 17 00:00:00 2001 From: keytonic <20858630+keytonic@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:38:36 -0400 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a135489..8db4395 100644 --- a/index.html +++ b/index.html @@ -60,8 +60,8 @@ editor[0].onkeyup = myFunc; editor[0].setAttribute("onpaste", "setTimeout(function(){Hook();}, 4);"); - var column = document.getElementsByClassName("div.column"); - column[1].style.display = "none"; + //hide output box, since we arent doing bullets any more + document.getElementsByClassName("column")[1].style.display = "none"; }