From ef88b9175a8f01425fb09cb3030f738424cfeadc Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 8 Feb 2024 14:43:00 +0100 Subject: [PATCH] _blank --- earth/map_render.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth/map_render.html b/earth/map_render.html index 94f5ff9..34b673b 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -378,7 +378,7 @@ loadGridNumbers(zoneURL).then(gridNumbers => { // Add an event listener to the button button.addEventListener('click', function() { - window.open( ipns , "_new"); + window.open( ipns , "_blank"); }); // Append the button to the button container