Skip to content

Commit

Permalink
hash now displays on title
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Hurt committed May 1, 2024
1 parent da7e3f5 commit 007bdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ socket.onmessage = function(event) {


if (data.type === 'version') {
document.getElementById("title").innerHTML = "TWSG GP20 GitHash: " + data.username; //Display commit hash to title.
document.getElementById("title").innerHTML = "TWSG " + data.username; //Display commit hash to title.
console.log(data);
}
else if (data.type === "puzzle") {
Expand Down

0 comments on commit 007bdfb

Please sign in to comment.