Skip to content

Commit

Permalink
Update contributor-generator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Nov 29, 2024
1 parent aafb211 commit ef8ac62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/scripts/contributor-generator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
async function displayContributors() {
const oldDiv = document.querySelector(".ext-div");
if (oldDiv) oldDiv.remove();

const main = document.createElement("div");
main.classList.add("ext-div");
main.setAttribute("style", "pointer-events: auto; width: 100%;");
Expand Down

0 comments on commit ef8ac62

Please sign in to comment.