diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index ce5be95..7c9ab96 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1522,6 +1522,7 @@ function parsehash() harr=x.split("="); console.log(harr); if(harr[0]=="mod") starting_mod = harr[1]; + if(harr[0]=="sql") { e("openwebrx-panel-squelch").value=harr[1]; updateSquelch(); } if(harr[0]=="freq") { console.log(parseInt(harr[1])); console.log(center_freq);