Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
keytonic authored Aug 21, 2023
1 parent 9d17629 commit 791718b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

</script>
Expand Down

0 comments on commit 791718b

Please sign in to comment.