Skip to content

Commit

Permalink
coplay page added to loadPageContents
Browse files Browse the repository at this point in the history
  • Loading branch information
thekikoman committed Apr 27, 2024
1 parent d2803ed commit 46e61c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enter.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function loadPageContents(name) {
document.body.appendChild(script2);
};
//back to page load
if (name === 'home' || name === 'deathmatch_classic_refragged' || name === 'lambda_fortress' || name === 'the_espionage_project' || name === 'credits' || name === 'error'){
if (name === 'home' || name === 'deathmatch_classic_refragged' || name === 'lambda_fortress' || name === 'the_espionage_project' || name === 'coplay' || name === 'credits' || name === 'error'){
initGoatCounterFr();
//fetches html file
fetch("./" + [name] + ".html")
Expand Down

0 comments on commit 46e61c3

Please sign in to comment.