diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-05 12:48:26 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-05 12:48:26 +0100 |
commit | b8df04c98df495492f98c7dbb69de991ac66bad6 (patch) | |
tree | c68983419eb88414742262e5a61df96917fb3264 /src/js | |
parent | b10b6a8434eb1993b7ff01509f6af614e2c63d3a (diff) | |
parent | b0e490bd222a41e5a9a09c8c11decdb6a79a8288 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/views/around.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index df2bd89..eae53ff 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -172,7 +172,7 @@ if ( !fixmystreet.map ) { $('#relocate').hide(); $('#mark-here').hide(); - $('#pc').focus(); + $('#pc').attr('Search for a place or postcode.').focus(); } $('#front-howto').html('<p>' + msg + '</msg>'); $('#front-howto').show(); |