diff --git a/project.js b/project.js index ff42899..d0d8308 100644 --- a/project.js +++ b/project.js @@ -89,7 +89,6 @@ document.addEventListener("click", function (event) { //If the text has already been formatted, indicated by the unformatted text starting with ":", don't do it again. This is flawed, I know. if (unformattedText[0] === ":") { event.target.setAttribute('data-onclick', funcFull); - event.target.click(); return; } // Do I need to initialize this to a string? Probably not, but it makes it easier to work with in VScode