Skip to content

Commit

Permalink
open validation report in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Dec 22, 2010
1 parent dc3b6ea commit afd1a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/zamboni/devhub.js
Expand Up @@ -451,7 +451,7 @@ function addonUploaded(json) {
if (json.full_report_url) {
// There might not be a link to the full report
// if we get an early error like unsupported type.
body += format('<a href="{0}">{1}</a>',
body += format('<a href="{0}" target="_blank">{1}</a>',
[json.full_report_url,
gettext('See full validation report')]);
}
Expand Down

0 comments on commit afd1a24

Please sign in to comment.