aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-25 15:22:23 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-25 15:22:23 +0100
commitd03511a5eb6e15d195ddfd28b7df0a2b63174327 (patch)
tree11672c09834234e735f259a45e4bbfc92f3c5751 /src
parent3122199b03f945c419addc04e9f6a2080b3efc03 (diff)
display keyboard automatically on locating failed screen. Fixes #65
Diffstat (limited to 'src')
-rw-r--r--src/js/views/around.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js
index cfe039d..912d5e0 100644
--- a/src/js/views/around.js
+++ b/src/js/views/around.js
@@ -151,6 +151,7 @@
if ( !fixmystreet.map ) {
$('#relocate').hide();
$('#mark-here').hide();
+ $('#pc').focus();
}
$('#front-howto').html('<p>' + msg + '</msg>');
$('#front-howto').show();