Skip to content

Commit 26ebee6

Browse files
rlehsalkinium
authored andcommitted
[docs.modm.io] Autofocus device search field
1 parent 0b7bca1 commit 26ebee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scripts/docs_modm_io_index.html.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ input[type=text] {
128128
</td>
129129
<td>
130130
<div class="autocomplete" style="width:300px;">
131-
<input id="targetinput" type="text" name="target" placeholder="Search for e.g. 'F469' or 'NUCLEO'">
131+
<input id="targetinput" type="text" name="target" placeholder="Search for e.g. 'F469' or 'NUCLEO'" autofocus />
132132
</div>
133133
</td>
134134
<td>
135-
<input type="submit" value="Show Documentation">
135+
<input type="submit" value="Show Documentation" />
136136
</td>
137137
</tr>
138138
</table>

0 commit comments

Comments
 (0)