diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-08-05 11:17:55 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-08-05 11:17:55 +0100 |
commit | 3c13f70613dcb0c5e7c6bd3b3e2ea2c608985cec (patch) | |
tree | 0d0c45b3139a975b9bdc711397ab718a03677271 | |
parent | 77a38bc1d61f3b9c7faa1855bc1721211fab36ab (diff) |
Fixed text for no-location search box
-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(); |