--- a/src/main/webapp/WEB-INF/jsp/site.jsp Sun May 18 13:18:57 2025 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Sun May 18 13:22:11 2025 +0200 @@ -90,7 +90,7 @@ <c:if test="${showWhatsNew}"> function closeWhatsNew(showMore) { if (showMore) { - location.assign(baseHref + 'about'); + window.open(baseHref + 'about', '_blank'); } else { document.getElementById('whats-new').style.display = 'none'; document.getElementById('page-area').classList.remove('blurred');