#204 Reset friendly name if not saving
This commit is contained in:
parent
259e8d79a0
commit
5b965d34d9
@ -152,6 +152,8 @@ function resetLatLon(lat, lon) {
|
||||
function closeAndReset(lat, lon) {
|
||||
$('#save-group').hide();
|
||||
$('#close-button').show();
|
||||
$('#friendly-location').show();
|
||||
$('#save-for-address').hide();
|
||||
resetLatLon(lat, lon);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user