Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Aug 5, 2024
1 parent 38a338a commit 3f398ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ <h2>Other Extension Galleries</h2>
// Check if the extension is new or updated
const versionTag = document.createElement("span");
versionTag.classList.add("version-tag");
console.log(versions)
if (!versions[itemName + ".js"]) {
versionTag.textContent = "New";
versionTag.classList.add("new-tag");
Expand Down

0 comments on commit 3f398ff

Please sign in to comment.