aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/client.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/client.html b/public/client.html
index f4075b7..cfc6d88 100644
--- a/public/client.html
+++ b/public/client.html
@@ -631,4 +631,10 @@
</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>