diff --git a/src/modules/adsb-feeder/filesystem/root/opt/adsb/adsb-setup/templates/index.html b/src/modules/adsb-feeder/filesystem/root/opt/adsb/adsb-setup/templates/index.html
index 1a190bb2..fab971a5 100644
--- a/src/modules/adsb-feeder/filesystem/root/opt/adsb/adsb-setup/templates/index.html
+++ b/src/modules/adsb-feeder/filesystem/root/opt/adsb/adsb-setup/templates/index.html
@@ -310,7 +310,7 @@
Additional aggregator links
ADSB.lol feeder introduction
{% if num_micro_sites == 1 %}
- personal ADSB.lol URL with the planes you are sending
+ personal ADSB.lol URL with the planes you are sending
ADSB.lol
MLAT feeder map for the area around {{ list_value_by_tag('site_name', 0) }}
@@ -563,10 +563,8 @@ Additional aggregator links
$("#" + agg + "span" + idx).attr("class", 'text-dark')
}
if (agg == "adsblol") {
- if (idx > 0) {
- // console.log("set adsblol-link" + idx + " to " + data["adsblollink"])
- $("#adsblol-link-" + idx).attr("href", data["adsblollink"])
- }
+ // console.log("set adsblol-link" + idx + " to " + data["adsblollink"])
+ $("#adsblol-link-" + idx).attr("href", data["adsblollink"])
}
if (agg == "alive") {
$("#alivemaplink_" + idx).attr("href", data["alivemaplink"])