Skip to content

Commit

Permalink
add playerlist template
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Aug 6, 2024
1 parent 259c666 commit 267c3b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,10 @@ <h3 id="client_version">version</h3>
</select>
</template>

<template id="players">
<meta name="frame-title" lang="en" content="Players">
<select id="client_playerlist" size="5" onchange="playerlist_click(event)">
</select>
</template>

</html>

0 comments on commit 267c3b8

Please sign in to comment.