From: Kohei Yoshino Date: Mon, 17 Sep 2018 21:50:21 +0000 (-0400) Subject: Bug 1345673 - Open Bugzilla History in a New Window or Tab X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=078cd25cf89223457f6d79040dc701f179887b30;p=thirdparty%2Fbugzilla.git Bug 1345673 - Open Bugzilla History in a New Window or Tab --- diff --git a/extensions/BugModal/web/bug_modal.js b/extensions/BugModal/web/bug_modal.js index a4ae83d72..55451d3bf 100644 --- a/extensions/BugModal/web/bug_modal.js +++ b/extensions/BugModal/web/bug_modal.js @@ -448,7 +448,7 @@ $(function() { $('#action-history') .click(function(event) { event.preventDefault(); - document.location.href = 'show_activity.cgi?id=' + BUGZILLA.bug_id; + window.open(`show_activity.cgi?id=${BUGZILLA.bug_id}`, '_blank'); }); // use scrollTo for in-page activity links