Skip to content

Commit

Permalink
Testing hash version on deployment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotVeridion committed Apr 30, 2024
1 parent 9dce1cc commit 7f60aec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h3 id="profile_games_lost">GAMES LOST: </h3>
if('version' in obj){
console.log("version received: " + obj.version);
const title = document.getElementById("title");
title.textContent = obj.title;
title.textContent = obj.version;
}

if('timerButton' in obj){
Expand Down

0 comments on commit 7f60aec

Please sign in to comment.