U Planet Astroport crypto commons

This commit is contained in:
fred 2023-09-01 02:12:41 +02:00
parent 20d70e8543
commit c420ba85a1
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ if (deg <= 0.01) {
button.style.color = '#fff'; // Customize the font color
button.addEventListener('click', () => {
const url = `http://astroport.localhost:1234/?lat=${southWestLat}&lon=${southWestLon}`;
const url = `http://astroport.localhost:1234/?uplanet=@&lat=${southWestLat}&lon=${southWestLon}`;
window.location.href = url;
});