mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
clean up header styles
This commit is contained in:
parent
c23acc1513
commit
53faca64c0
6 changed files with 54 additions and 64 deletions
|
|
@ -780,7 +780,7 @@ function on_ws_recv(evt) {
|
|||
secondary_demod_init_canvases();
|
||||
break;
|
||||
case "receiver_details":
|
||||
$('#webrx-top-container').header().setDetails(json['value']);
|
||||
$('.webrx-top-container').header().setDetails(json['value']);
|
||||
break;
|
||||
case "smeter":
|
||||
smeter_level = json['value'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue