mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
re-wire digital voice meta panels
This commit is contained in:
parent
0868e643c9
commit
2f2d52df85
2 changed files with 7 additions and 7 deletions
|
|
@ -1110,13 +1110,6 @@ function update_pocsag_panel(msg) {
|
|||
$b.scrollTop($b[0].scrollHeight);
|
||||
}
|
||||
|
||||
function update_digitalvoice_panels(showing) {
|
||||
$(".openwebrx-meta-panel").each(function (_, p) {
|
||||
toggle_panel(p.id, p.id === showing);
|
||||
});
|
||||
clear_metadata();
|
||||
}
|
||||
|
||||
function clear_metadata() {
|
||||
$(".openwebrx-meta-panel .openwebrx-meta-autoclear").text("");
|
||||
$(".openwebrx-meta-slot").removeClass("active").removeClass("sync");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue