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>
|
<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>
|
<h3>Detected Controllers</h3>
|
||||||
<table id="gamepad-list">
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Index</th>
|
<th>Index</th>
|
||||||
<th>Controller ID</th>
|
<th>Controller ID</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody id="gamepad-list">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">No gamepad detected.</td>
|
<td colspan="2">No gamepad detected.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user