chore: remove avatar sandbox console logs

This commit is contained in:
Index 2024-07-05 05:02:39 -05:00
parent f6eba67d6e
commit d743aaf820

View file

@ -464,8 +464,6 @@ async function LoadItems() {
document.getElementById('pagination-last').classList.add('disabled'); document.getElementById('pagination-last').classList.add('disabled');
} }
if (Page > 1 && PageCount > 1) { if (Page > 1 && PageCount > 1) {
console.log('aaa')
console.log(Page > 1, PageCount > 1)
document.getElementById('pagination-prev').classList.remove('disabled'); document.getElementById('pagination-prev').classList.remove('disabled');
document.getElementById('pagination-first').classList.remove('disabled'); document.getElementById('pagination-first').classList.remove('disabled');
} else { } else {