Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnewland authored Jul 7, 2024
1 parent c987de0 commit e0f4949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,5 @@ document.getElementById("generate-btn").addEventListener("click", function() {
document.getElementById("location-card").innerText = cards.location;
document.getElementById("obstacle-card").innerText = cards.obstacle || `${cards.obstacle1} and ${cards.obstacle2}`;
document.getElementById("twist-card").innerText = "";

document.getElementById("adventure-prompt").innerText = prompt;
});

0 comments on commit e0f4949

Please sign in to comment.