mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 12:58:26 -04:00
back to 56
This commit is contained in:
parent
a04bea0522
commit
b0c2d83481
@ -19,7 +19,7 @@ function updateData() {
|
|||||||
|
|
||||||
function updateTable(data) {
|
function updateTable(data) {
|
||||||
active = document.getElementById("active");
|
active = document.getElementById("active");
|
||||||
active.innerText = `Active Players: ${data.currentPlayers} / 60`;
|
active.innerText = `Active Players: ${data.currentPlayers} / 56`;
|
||||||
|
|
||||||
queue = document.getElementById("queue");
|
queue = document.getElementById("queue");
|
||||||
queue.innerText = `In Queue: ${data.currentQueue}`;
|
queue.innerText = `In Queue: ${data.currentQueue}`;
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">NoPixel Players 👾</h1>
|
<h1 id="title"><a href="https://www.nopixel.net/" target="_blank" rel="noopener">NoPixel</a> Online Roster 👾</h1>
|
||||||
<h2 id="active">Active Players:</h2>
|
<h2 id="active">Active Players:</h2>
|
||||||
<h2 id="queue">In Queue:</h2>
|
<h2 id="queue">In Queue:</h2>
|
||||||
<p>Please report missing or inaccurate <a href="https://github.com/jakejarvis/npqueue/issues/new" target="_blank" rel="noopener noreferrer nofollow">on GitHub</a> or <a href="mailto:nopixellist@gmail.com">via email</a>.</p>
|
<p>Please report missing or inaccurate <a href="https://github.com/jakejarvis/npqueue/issues/new" target="_blank" rel="noopener">on GitHub</a> or <a href="mailto:nopixellist@gmail.com">via email</a>.</p>
|
||||||
<table id="players">
|
<table id="players">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user