Skip to content

Commit

Permalink
Will this load it to start?
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonMoon2 committed Jan 16, 2024
1 parent 3d2d787 commit 5a19dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ function loadPrompt() {
const promptNum = Math.floor(Math.random() * promptList.length);
document.getElementById("prompt").innerHTML = promptList[promptNum];
}

loadPrompt();

0 comments on commit 5a19dc4

Please sign in to comment.