From dba32fc795a7cec3055c807da820e12aa5beb558 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Sat, 11 Jan 2025 20:59:06 -0500 Subject: [PATCH] Specify image sizes in img tag --- auto_rx/autorx/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_rx/autorx/templates/index.html b/auto_rx/autorx/templates/index.html index e0019da1..f14e2f11 100644 --- a/auto_rx/autorx/templates/index.html +++ b/auto_rx/autorx/templates/index.html @@ -507,12 +507,12 @@ _sondehub_id = _cell_data.id.replace(/^(DFM|M10|M20|IMET|IMET5|IMET54|MRZ|IMS100|RS11G|MTS01|WXR)-/,""); // Add Sondehub Link - _id += " " + "" + ""; + _id += " " + "" + ""; // Add Radiosondy Link if(_cell_data.aprsid != null){ _aprs_id = _cell_data.aprsid.trim(); - _id += "" + "" + ""; + _id += "" + "" + ""; } else { _aprs_id = null;