summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-04-18 16:59:33 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-04-18 16:59:33 +0200
commit01848b6f328992497d8b25b3057893c086de7751 (patch)
treed2ed7ae2bb3aa0944da72524b6ae35671d58985c /extensions/MyDashboard
parent4dc6696d88f7bd689fb040a2be916a7f915d81a8 (diff)
downloadbugzilla-01848b6f328992497d8b25b3057893c086de7751.tar.gz
bugzilla-01848b6f328992497d8b25b3057893c086de7751.tar.xz
Open new tab when clicking on a patch related flag in MyDashboard
Diffstat (limited to 'extensions/MyDashboard')
-rw-r--r--extensions/MyDashboard/web/js/flags.js2
1 files changed, 1 insertions, 1 deletions
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) + '</a>';
}
else {