diff options
-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 62f1ac1..1315710 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -155,7 +155,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(); |