Fix typo. Clean up CSS and spacing

This commit is contained in:
James Wilson 2018-08-17 11:31:12 -05:00
parent 8985b5ab86
commit 8eeb29ec32
4 changed files with 11 additions and 32 deletions

View file

@ -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) {