From 777a6997a004dc4ea99bccabe494f77f114db1a3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 23 Jan 2014 14:27:40 -0800 Subject: make census tract UI behave more like other cust_location fields, #23497 --- httemplate/elements/location.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'httemplate/elements/location.html') diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index a820bf2a6..799531e01 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -213,7 +213,8 @@ Example: Census tract <% '(automatic)' %> @@ -250,7 +251,8 @@ Example: var clear_coords_ids = [ '<%$pre%>latitude', '<%$pre%>longitude', - 'enter_censustract', + '<%$pre%>enter_censustract', + '<%$pre%>censustract', '<%$pre%>district' ]; function clear_coords() { -- cgit v1.2.1