mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 22:45:26 +00:00
clean up header styles
This commit is contained in:
parent
c23acc1513
commit
53faca64c0
6 changed files with 54 additions and 64 deletions
|
|
@ -282,7 +282,7 @@
|
|||
processUpdates(json.value);
|
||||
break;
|
||||
case 'receiver_details':
|
||||
$('#webrx-top-container').header().setDetails(json['value']);
|
||||
$('.webrx-top-container').header().setDetails(json['value']);
|
||||
break;
|
||||
default:
|
||||
console.warn('received message of unknown type: ' + json['type']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue