maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH 8/8] Put immediatly focus on the admin search bo


From: Thomas Petazzoni
Subject: [Maposmatic-dev] [PATCH 8/8] Put immediatly focus on the admin search box on page load
Date: Sat, 7 Aug 2010 11:18:53 +0200

This allows the user to immediatly start typing an administrative
name, without having to click in the <input> field.

Signed-off-by: Thomas Petazzoni <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]