src/main/webapp/WEB-INF/jsp/site.jsp

changeset 372
560cbae73661
parent 370
ec919d255757
child 373
4ea722f9cb66
--- 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');

mercurial