Commit 5ce0b84e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

set station input to autofocus (but only on landing page)

parent 8b43a3f8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -56,8 +56,11 @@
% if (stash('stationlist')) {
      %= select_field station => stash('stationlist')
% }
% else {
% elsif (stash('station')) {
      %= text_field 'station', class => 'station'
% }
% else {
      %= text_field 'station', class => 'station', autofocus => 'autofocus'
% }
    </div>
  </div>