From 2154d9658d3ac013700cf72ea59c0050e25f1fee Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 18 Nov 2021 10:53:12 +0000 Subject: [PATCH] fix(form): avoid opening new window - https://community.atlassian.com/t5/Jira-Core-Server-questions/How-to-set-permission-of-allow-popups/qaq-p/1674406 - https://teddit.net/r/techsupport/comments/brnb90/what_is_blocked_opening_in_a_new_window_because/ --- themes/chameleon/layout/_partial/header.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/chameleon/layout/_partial/header.ejs b/themes/chameleon/layout/_partial/header.ejs index 6a565f8..470614d 100644 --- a/themes/chameleon/layout/_partial/header.ejs +++ b/themes/chameleon/layout/_partial/header.ejs @@ -8,7 +8,7 @@ <% }} %>
-
+ @@ -28,7 +28,7 @@