Skip to content

Commit

Permalink
force string
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Sep 29, 2024
1 parent 9c82ae0 commit 754dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if (sessionID) {
window.location.href = `steam://rungameid/2519830// -Join Auto -Open ${sessionID}`;
} else {
const domain = window.location;
const domain = `${window.location}`;
changeNotice(`No sessionID provided! Example: "${domain.slice(0, -1)}"?sessionID=S-U-h33tology:fitness`);
}
</script>
Expand Down

0 comments on commit 754dd26

Please sign in to comment.