Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
millerti committed Mar 8, 2024
1 parent 49b2881 commit d2412a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ console.log("Entered main.js!");

document.addEventListener('DOMContentLoaded', (event) => {
console.log("In event handler!");
const secret = getURLParameter('secret');
const secret = getUrlParameter('secret');
if (secret == "hithere") {
console.log("got secret!");
document.title = `Secret: ${secret}`;
Expand Down

0 comments on commit d2412a0

Please sign in to comment.