Give the focus to the search field when going to the Home section.

It outlines the search field, which makes it more visible. It also makes the keyboard appear on mobile device, which invites the user to type something
It makes it a bit more clear for the user on what to do
Fixes #40
This commit is contained in:
mossroy 2013-08-02 10:15:18 +02:00
parent 95e4c72c9b
commit 596b6e7b69

View File

@ -46,6 +46,7 @@ define(function(require) {
if ($('#navbarToggle').is(":visible") && $('#liHomeNav').is(':visible')) {
$('#navbarToggle').click();
}
$('#prefix').focus();
return false;
});
$('#btnConfigure').on('click', function(e) {