Skip to content

Commit

Permalink
bug fix - updating a header that was removed in a previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Mar 21, 2024
1 parent a128809 commit 8fc7d09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/benefactors/templates/benefactors.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ <h4>ATT&CK Benefactors</h4>
];

let numRows = sponsorSupport.length;

let supportLevel = document.getElementById("support-level-header");
let rowCounter = 0;

let buttonLeft = document.getElementById("button-left");
Expand All @@ -151,8 +149,6 @@ <h4>ATT&CK Benefactors</h4>
items[colCounter].parentElement.parentElement.style.display = 'none';
}
}
// bold support level
supportLevel.innerHTML = sponsorSupport[rowCounter].support;
}

function incrementCounter() {
Expand Down

0 comments on commit 8fc7d09

Please sign in to comment.