Skip to content

Commit

Permalink
undo accidental revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsche committed Feb 15, 2024
1 parent ddb74f2 commit 2788a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen-awesome/doxygen-awesome-charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DoxygenAwesomeCharts {
}

const fragments = document.getElementsByClassName('fragment');
for (const fragment of fragments) {
for (const fragment of Array.from(fragments)) {
fragment.querySelectorAll('.lineno, .ttc').forEach((node) => {node.remove()});
let {textContent} = fragment;
textContent = textContent.trim();
Expand Down

0 comments on commit 2788a28

Please sign in to comment.