Skip to content

Commit

Permalink
Update run.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LB123658 committed May 25, 2021
1 parent 1b7a695 commit cbb0b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function load() {
document.getElementById("txt").innerHTML = localStorage.getItem("acornscript");
}
function run() {
var txt = document.GetElementById("txt");
var txt = document.getElementById("txt");
// Check browser support
if (typeof(Storage) !== "undefined") {
// Store
Expand Down

0 comments on commit cbb0b49

Please sign in to comment.