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"; }