Fix for phantom spacing on loading a new game

This commit is contained in:
ebolam
2022-08-22 12:42:46 -04:00
parent 6aa1f2d9b5
commit da4d18b199

View File

@@ -76,6 +76,7 @@ function reset_story() {
story_area.removeChild(story_area.lastChild);
}
dummy_span = document.createElement("span");
dummy_span.id = "Delete Me";
text = "";
for (i=0;i<154;i++) {
text += "\xa0";