This commit is contained in:
fred 2024-02-08 14:43:00 +01:00
parent ad063661de
commit ef88b9175a
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ loadGridNumbers(zoneURL).then(gridNumbers => {
// Add an event listener to the button // Add an event listener to the button
button.addEventListener('click', function() { button.addEventListener('click', function() {
window.open( ipns , "_new"); window.open( ipns , "_blank");
}); });
// Append the button to the button container // Append the button to the button container