Don't prefix KA9Q threads with "SDR:"

pull/949/head
Clayton Smith 2024-12-01 22:39:54 -05:00
rodzic 29a588bc66
commit 50497da132
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ function update_task_list(){
for (_task in data){ for (_task in data){
// Append the current task to the task list. // Append the current task to the task list.
if(_task.includes("SPY")){ if(_task.includes("SPY") || _task.includes("KA9Q")){
task_detail = _task + " - " task_detail = _task + " - "
}else{ }else{
task_detail = "SDR:" + _task + " - " task_detail = "SDR:" + _task + " - "