diff options
Diffstat (limited to 'internal/admin/templates/players.html')
| -rw-r--r-- | internal/admin/templates/players.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/templates/players.html b/internal/admin/templates/players.html index 43627d8..22ffc47 100644 --- a/internal/admin/templates/players.html +++ b/internal/admin/templates/players.html @@ -1,7 +1,7 @@ {{define "body-players"}} <div style="padding:20px"> <h2>Players</h2> - <div class="search-bar" style="max-width:400px"><input placeholder="Search players..." id="playerSearch" oninput="searchPlayers()"></div> + <div class="search-bar" style="max-width:400px"><input type="search" placeholder="Search players..." id="playerSearch" oninput="searchPlayers()"></div> <table class="table" style="margin-top:12px"> <thead><tr><th>Name</th><th>Level</th><th>Room</th><th>Account</th></tr></thead> <tbody id="playerTableBody"></tbody> |
