From efb6e9c6cd2ed9c0c22179b91b1ee602d26f61a0 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 5 May 2019 22:15:27 +0200 Subject: [PATCH] how did that get there? --- htdocs/openwebrx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }