diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index f3ed329..0792507 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1693,7 +1693,7 @@ function parsehash() if(harr[0]=="mute") toggleMute(); else if(harr[0]=="mod") starting_mod = harr[1]; else if(harr[0]=="sql") - { config + { e("openwebrx-panel-squelch").value=harr[1]; updateSquelch(); }