From c90d2fe579c6f65bf7e217d2dd5e0a4e5bc4a0af Mon Sep 17 00:00:00 2001 From: oberfritze <139758614+oberfritze@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:06:50 +0200 Subject: [PATCH] Add files via upload --- src/web/html/visualization.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/web/html/visualization.html b/src/web/html/visualization.html index acb0cfe0..6a36e50b 100644 --- a/src/web/html/visualization.html +++ b/src/web/html/visualization.html @@ -208,7 +208,6 @@ mNum++; var chn = []; - for(var i = 1; i < obj.ch.length; i++) { var name = obj.ch_name[i]; if(name.length == 0) @@ -216,7 +215,6 @@ if(obj.ch_max_pwr[i] > 0) // show channel only if max mod pwr chn.push(ch(name, obj.ch[i])); } - mIvHtml.push( ml("div", {}, [ ivHead(obj),