1
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:
Jake Jarvis 2019-07-15 13:16:48 -04:00
parent a04bea0522
commit b0c2d83481
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B
2 changed files with 3 additions and 3 deletions

View File

@ -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}`;

View File

@ -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>