From ec4fd401cbf0a022bf6e8ad85bab2f8f3d2c053e Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 12 Oct 2019 17:26:57 +0200 Subject: [PATCH] update dropdown, too --- htdocs/openwebrx.js | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index d39eb3ae..9ac102b3 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":