Skip to content

Commit

Permalink
remove debug prints lol
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 19, 2023
1 parent e3df7ca commit 8bf520e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@
let banners = document.querySelectorAll('.install-popup');
let currentIndex = 0;

console.log(banners.length);
function showBanner(index) {
banners.forEach((banner, i) => {
console.log(i, index);
banner.classList.toggle('hide', i !== index);
});
}
Expand Down

0 comments on commit 8bf520e

Please sign in to comment.