Skip to content

Commit

Permalink
dashboard: format with rome
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jun 9, 2023
1 parent a80ca10 commit fc969b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dashboard/assets/scripts/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,7 @@ class JobsRenderer {
// For testing a URL with characters that browsers like to escape, breaking the suggested ignores
// url = "http://example.com/m/index.php/{$ibforums-%3Evars[TEAM_ICON_URL]}/t82380.html^hi";
logSegment.appendChild(
h("div", attrs, [
`${data.response_code} ${data.wget_code} `,
h("a", { href: url, className: "log-url" }, url),
]),
h("div", attrs, [`${data.response_code} ${data.wget_code} `, h("a", { href: url, className: "log-url" }, url)]),
);
return 1;
}
Expand Down

0 comments on commit fc969b3

Please sign in to comment.