From 5515fcacb41ce1d10833e8aef44cfd00c8ecac8c Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 18 Mar 2017 21:46:25 +0000
Subject: [PATCH] Autofocus stop name input field

---
 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 1f1b29c..a00e4d2 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
 				<form class="navbar-form navbar-left">
 					<div class="input-group">
 						<span class="input-group-btn">
-							<input type="text" class="form-control form-round-left" id="stop-name" placeholder="Stop name" />
+							<input type="text" class="form-control form-round-left" id="stop-name" placeholder="Stop name" autofocus="autofocus" />
 						</span>
 						<select class="form-control" id="stop-name-autocomplete">
 						</select>

--
Gitblit v1.9.1