Added Space
这个提交包含在:
父节点
b7cee73af7
当前提交
4bd3bc3beb
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用