From 942ee637b05dbb45660d09a0e53db20c47acf878 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 3 Sep 2019 23:38:27 +0200 Subject: [PATCH] fix alternate spaces --- htdocs/openwebrx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 0819105..7ed0b37 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -435,12 +435,12 @@ function demodulator_default_analog(offset_frequency,subtype) this.low_cut=-4000; this.high_cut=4000; } - else if(subtype=="dmr" || subtype=="ysf") + else if(subtype=="dmr" || subtype=="ysf") { this.low_cut=-4000; this.high_cut=4000; } - else if(subtype=="dstar" || subtype=="nxdn") + else if(subtype=="dstar" || subtype=="nxdn") { this.low_cut=-3250; this.high_cut=3250;