fix gamepad list html reference
This commit is contained in:
parent
38bff05b3d
commit
51bdf95ae1
@ -23,14 +23,14 @@
|
||||
<p>Press and hold any of your gamepad buttons for at least 1 second. If your gamepad is supported, it shows up.</p>
|
||||
|
||||
<h3>Detected Controllers</h3>
|
||||
<table id="gamepad-list">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Index</th>
|
||||
<th>Controller ID</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody id="gamepad-list">
|
||||
<tr>
|
||||
<td colspan="2">No gamepad detected.</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user