Skip to content

Commit

Permalink
icc commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Nov 24, 2024
1 parent 4b025fe commit 783a330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/step.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2854,7 +2854,7 @@ step.util = {
var titleTag = "";
if ((typeof summary[jsonName] === "string") && (summary[jsonName] !== ""))
titleTag = ' title="page ' + summary[jsonName] + '"';
bookSummary += '<a href="' + icc_url + '" target="_blank"' + titleTag + '> ICC commentary</a>';
bookSummary += '<a href="' + icc_url + '" target="icc"' + titleTag + '> ICC commentary</a>';
}
bookSummary += "</td></tr>";
}
Expand Down

0 comments on commit 783a330

Please sign in to comment.