diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-04 14:58:18 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-04 14:58:18 +0200 |
commit | 27766f06cb6313e4f03a997675442a90e64cec90 (patch) | |
tree | 9c53187bf099aadc53c42cb20083e3d058c48bb8 | |
parent | 6731ffcfc0aa7625985a9550935105e6b9e182ce (diff) |
Set autofocus on the parameters field.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ final class LookingGlass { private function render_parameters() { print '<div class="form-group">'; print '<label for="input-params">Parameters</label>'; - print '<input class="form-control" name="parameters" id="input-params" />'; + print '<input class="form-control" name="parameters" id="input-params" autofocus />'; print '</div>'; } |