Skip to content

Commit

Permalink
Include URL params in link to calculator from bugzilla comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Mar 6, 2024
1 parent 499b437 commit d94f558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ <h1><span class="badge bg-dark text-bg-dark" id="impact">low</span></h1>
function computeTextSummary() {
const { impact, score, scoreInterval } = computeScore();
const summaryLines = [
`The [Performance Impact Calculator](https://mozilla.github.io/perf-triage/calculator.html) has determined this bug's performance impact to be **${impact}**. If you'd like to request re-triage, you can reset the Performance Impact flag to "?" or needinfo the triage sheriff.`,
`The [Performance Impact Calculator](${generateURLFromForm()}) has determined this bug's performance impact to be **${impact}**. If you'd like to request re-triage, you can reset the Performance Impact flag to "?" or needinfo the triage sheriff.`,
""
];
const groups = getGroups();
Expand Down

0 comments on commit d94f558

Please sign in to comment.