open changelog in new tab to not annoy the user

Sun, 18 May 2025 13:22:11 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 18 May 2025 13:22:11 +0200
changeset 372
560cbae73661
parent 371
3795a72e2f16
child 373
4ea722f9cb66

open changelog in new tab to not annoy the user

src/main/webapp/WEB-INF/jsp/site.jsp file | annotate | diff | comparison | revisions
--- 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