header details on map, too

This commit is contained in:
Jakob Ketterl
2020-05-09 00:20:38 +02:00
parent 3a455a0452
commit 3202f48f8e
3 changed files with 35 additions and 26 deletions

View File

@ -250,6 +250,11 @@
case "update":
processUpdates(json.value);
break;
case 'receiver_details':
$('#webrx-top-container').header().setDetails(json['value']);
break;
default:
console.warn('received message of unknown type: ' + json['type']);
}
} catch (e) {
// don't lose exception