Fix typo. Clean up CSS and spacing
This commit is contained in:
parent
8985b5ab86
commit
8eeb29ec32
4 changed files with 11 additions and 32 deletions
|
|
@ -1046,7 +1046,7 @@ function refreshSelected() {
|
|||
} else if (selected.rc == 0) {
|
||||
$('#selected_rc').text("unknown");
|
||||
} else {
|
||||
$('#selected_rc').text(format_distace_short(selected.rc, DisplayUnits));
|
||||
$('#selected_rc').text(format_distance_short(selected.rc, DisplayUnits));
|
||||
}
|
||||
|
||||
if (selected.sil == null || selected.sil_type == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue