Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aabughosh committed Jan 3, 2024
1 parent 3a59a6a commit 23be5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function hideAllResultsTabObjects () {
// fills the "version" tab element with the data from the claim.json passed in input
function fillVersionsElement (input, element) {
$(element).empty()
$('<colgroup><col><col></colgroup><thead><tr><th scope="col" data-label="Component">Component</th>'+
$('<colgroup><col><col></colgroup><thead><tr><th scope="col" data-label="Component">Component</th>' +
'<th scope="col" data-label="Version">Version</th></tr></thead><tbody>').appendTo($(element))
for (const key in input) {
$('<tr><td data-label="Component"><b>' + key + '</b></td><td data-label="Version">' + input[key] + '</td></tr>').appendTo($(element))
Expand Down

0 comments on commit 23be5d2

Please sign in to comment.