This allows the user to immediatly start typing an administrative name, without having to click in the <input> field.
Signed-off-by: Thomas Petazzoni <[email protected]> --- www/media/map_rendering_form.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/www/media/map_rendering_form.js b/www/media/map_rendering_form.js index e5d49b6..e8782a2 100644 --- a/www/media/map_rendering_form.js +++ b/www/media/map_rendering_form.js @@ -546,6 +546,7 @@ $(document).ready(function() { function switchToAdminMode() { $('#step-location-bbox').hide(); $('#step-location-admin').show(); + $('#id_administrative_city').focus(); disallowNextStep(); selectedCountry = ""; } -- 1.7.0.4
