Skip to content

Commit

Permalink
update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Apr 2, 2024
1 parent ef46ca5 commit 1e3ab14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ dt += "Good afternoon "+get_storage("visitname","visiter")+", thank you for visi
else
dt += "Good evening "+get_storage("visitname","visiter")+", have a nice day!";
document.getElementById("greetings").textContent = dt;
}
document.getElementById("ownername").textContent=ownername;
document.getElementById("ownername").textContent=ownername;
}

0 comments on commit 1e3ab14

Please sign in to comment.