Skip to content

Commit

Permalink
Update online.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullperm Alpha authored Sep 23, 2024
1 parent 40e0e99 commit bc847d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const lastLine = lines[lines.length - 1].trim();
const parts = lastLine.split(' ');
const count = parts[1]; // The second part should be the number
document.getElementById('count').textContent = `People online: ${count}`;
document.getElementById('count').textContent = `Online: ${count}`;
})
.catch(error => {
document.getElementById('count').textContent = 'Error loading data';
Expand Down

0 comments on commit bc847d3

Please sign in to comment.