diff --git a/index.html b/index.html
index c568475..30ab720 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
diff --git a/js/main.js b/js/main.js
index 2287ce3..2f8f90f 100644
--- a/js/main.js
+++ b/js/main.js
@@ -4,7 +4,6 @@ let cursorPosition = 0;
let cursorYOffset = 0;
const tbDiv = document.getElementById("textbox");
-tbDiv.innerHTML = pretext+tbDiv.innerHTML;
const length = tbDiv.innerText.length+1;
startPosition = length;
cursorPosition = length;