From f56314a0fd3d83e239432897a1ce65ff7457048a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 3 Sep 2023 00:29:00 +0200 Subject: [PATCH] RECORD ON YOUR ASTROPORT ONLY --- templates/register.html | 2 +- tools/VISA.new.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/register.html b/templates/register.html index 5ade6ee0..2f430824 100644 --- a/templates/register.html +++ b/templates/register.html @@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function() { if (latElement && lonElement) { latElement.value = salt || '0.00'; // Default to '0.00' if lat is missing lonElement.value = pepper || '0.00'; // Default to '0.00' if lon is missing - uplanetElement.value = uplanet || '@'; // Default to '0.00' if lon is missing + uplanetElement.value = '@'; // Default to '0.00' if lon is missing } }); diff --git a/tools/VISA.new.sh b/tools/VISA.new.sh index fc9713f1..58ad5dec 100755 --- a/tools/VISA.new.sh +++ b/tools/VISA.new.sh @@ -179,7 +179,7 @@ NID="${myIPFS}" WID="https://ipfs.$CLYUSER$YOMAIN.$(myHostName)/api" ## Next Generation API # TODO PLAYER IPFS Docker entrance WID="https://ipfs.$(myHostName)/api" WID="https://ipfs.$(myHostName)/api" -WID="$(myAPI)" ## https://ipfs.libra.copylaradio.com +WID="${myAPI}" ## https://ipfs.libra.copylaradio.com # WID="http://ipfs.$(myHostName):5001" USALT=$(echo "$SALT" | jq -Rr @uri)