From 01848b6f328992497d8b25b3057893c086de7751 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 18 Apr 2013 10:59:33 -0400 Subject: Open new tab when clicking on a patch related flag in MyDashboard --- extensions/MyDashboard/web/js/flags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/MyDashboard') diff --git a/extensions/MyDashboard/web/js/flags.js b/extensions/MyDashboard/web/js/flags.js index 9980c00fb..9c4da50dc 100644 --- a/extensions/MyDashboard/web/js/flags.js +++ b/extensions/MyDashboard/web/js/flags.js @@ -98,7 +98,7 @@ YUI({ (MyDashboard.splinter_base.indexOf('?') == -1 ? '?' : '&') + 'bug=' + encodeURIComponent(o.data.bug_id) + '&attachment=' + encodeURIComponent(o.data.attach_id) + - '" title="Review this patch">' + + '" target="_blank" title="Review this patch">' + Y.Escape.html(o.value) + ''; } else { -- cgit v1.2.3-24-g4f1b