Skip to content

Commit

Permalink
Update play.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Feb 6, 2024
1 parent 67d12b2 commit b78b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ document.addEventListener("DOMContentLoaded", function () {
document.title = `${gameData.name} | Nativegames`;
document.getElementById("gamename").innerText = gameData.name;
document.getElementById("favicon").href = gameData.image;
document.getElementById("gameIframe").src = `/${serverUrl1}/${gameUrl}/`;
document.getElementById("gameIframe").src = `${serverUrl1}/${gameUrl}/`;
})
.catch((error) => console.error("Error fetching game data:", error));
});

1 comment on commit b78b764

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on b78b764 Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
nativegames-net ✅ Deployed View Logs 2024-02-06T22:13:05.798Z

Please sign in to comment.