diff options
author | Mark Wells <mark@freeside.biz> | 2016-03-26 21:45:03 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-03-26 21:48:08 -0700 |
commit | 7ec1684c70e24b4b16a903386edd7111212f6212 (patch) | |
tree | b87c55d956d6fd780849395a280a930e06edd7cb /httemplate/elements/standardize_locations.js | |
parent | 3f0cae114021da41286e12688e1542442d1e51a3 (diff) |
improve address standardization UI, #33849
Diffstat (limited to 'httemplate/elements/standardize_locations.js')
-rw-r--r-- | httemplate/elements/standardize_locations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index fed57334a..b2561b206 100644 --- a/httemplate/elements/standardize_locations.js +++ b/httemplate/elements/standardize_locations.js @@ -115,7 +115,7 @@ function confirm_standardize(arg) { // then all entered address fields are correct // but we still need to set the lat/long fields and addr_clean - if ( returned['addr_clean'] ) { + if ( returned['all_clean'] ) { status_message('Verified'); } else { status_message('Unverified'); |