Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wendywo-dev committed Feb 8, 2024
1 parent 8f6a2a5 commit 0dbdeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function update(location) {
button1.onclick = location["button functions"][0];
button2.onclick = location["button functions"][1];
button3.onclick = location["button functions"][2];
text.innerText = location.text;
text.innerHTML = location.text;
}

function goTown() {
Expand Down

0 comments on commit 0dbdeea

Please sign in to comment.