Skip to content

Commit

Permalink
Update logref.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Sep 26, 2024
1 parent f7cfa47 commit 5906815
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/logs/scripts/logref.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let content = [
"this is where log references are for easier navigation<br>",
'<img height=22 src="https://github.com/ReRand/ACE-ULTRA/actions/workflows/logref.yml/badge.svg" alt="publish">',
"",
"<br>",
"---",
""
];

Expand All @@ -87,7 +87,6 @@ groups.forEach((group, gi) => {
let subref = group.split("_")[0];
if (subref == vn) {
if (!versions[vn]) versions[vn] = { header: `## ${vn}`, subs: [] };

vsubs = versions[vn].subs;
}
});
Expand Down Expand Up @@ -130,8 +129,6 @@ versionnames.forEach((vn, i) => {
let vsubs = ventry.subs;

let start = [
"",
"---",
"",
ventry.header
];
Expand Down

0 comments on commit 5906815

Please sign in to comment.