aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2013-08-05 11:17:55 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2013-08-05 11:17:55 +0100
commit3c13f70613dcb0c5e7c6bd3b3e2ea2c608985cec (patch)
tree0d0c45b3139a975b9bdc711397ab718a03677271
parent77a38bc1d61f3b9c7faa1855bc1721211fab36ab (diff)
Fixed text for no-location search box
-rw-r--r--src/js/views/around.js2
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();