From 48d13b7a48d75a719aa36af7970905c111102682 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 4 Sep 2023 04:28:24 +0200 Subject: [PATCH] sat_render correct --- templates/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/register.html b/templates/register.html index 85e5e9cc..dab85381 100644 --- a/templates/register.html +++ b/templates/register.html @@ -134,7 +134,7 @@ document.addEventListener('DOMContentLoaded', function() { lonElement.value = pepper || '0.00'; // Default to '0.00' if lon is missing uplanetElement.value = '@'; // Default to '0.00' if lon is missing } - const satURL = `https://ipfs.copylaradio.com/ipfs/QmRG3ZAiXWvKBccPFbv4eUTZFPMsfXG25PiZQD6N8M8MMM/sat_render.html?southWestLat=${latElement.value}&southWestLon=${lonElement.value}°=0.1`; + const satURL = `https://ipfs.copylaradio.com/ipfs/QmfVZajimvgkCHhybnwVuKuY1aDzGLBsDbnzSXpN7RmfUm/sat_render.html?southWestLat=${latElement.value}&southWestLon=${lonElement.value}°=0.1`; document.getElementById("satLink").href = satURL; const mapURL = `https://ipfs.copylaradio.com/ipfs/QmRG3ZAiXWvKBccPFbv4eUTZFPMsfXG25PiZQD6N8M8MMM/map_render.html?southWestLat=${latElement.value}&southWestLon=${lonElement.value}°=0.1`; document.getElementById("mapLink").href = mapURL;