diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index d39eb3a..9ac102b 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -2745,6 +2745,7 @@ function demodulator_buttons_update() $(".openwebrx-demodulator-button").removeClass("highlighted"); if(secondary_demod) { $("#openwebrx-button-dig").addClass("highlighted"); + $('#openwebrx-secondary-demod-listbox').val(secondary_demod); } else switch(demodulators[0].subtype) { case "lsb": case "usb":