mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
Added Space
This commit is contained in:
@@ -760,7 +760,7 @@ $("#callsign").focusout(function() {
|
||||
}
|
||||
|
||||
if(result.timesWorked != "") {
|
||||
$('#timesWorked').html(result.timesWorked + lang_qso_title_times_worked_before);
|
||||
$('#timesWorked').html(result.timesWorked + ' ' + lang_qso_title_times_worked_before);
|
||||
} else {
|
||||
$('#timesWorked').html(lang_qso_title_previous_contacts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user