counter
This commit is contained in:
parent
020e3ca909
commit
cc74334fa8
3 changed files with 3 additions and 2 deletions
|
@ -43,7 +43,7 @@ setInterval(function() {
|
|||
let h = '';
|
||||
for (let j = 0; j < 35; j++) {
|
||||
let entry = entries[i];
|
||||
h += `<div class='proj'><a href="https://scratch.mit.edu/projects/${entry}"><img src='https://uploads.scratch.mit.edu/get_image/project/${entry}_1920x1080.png'>${fetchData[entry].title}</a></div>`;
|
||||
h += `<div class='proj'><a href="https://scratch.mit.edu/projects/${entry}"><img src='https://uploads.scratch.mit.edu/get_image/project/${entry}_1920x1080.png'>${sanitize(fetchData[entry].title)} [${entries.length - i }]</a></div>`;
|
||||
i++;
|
||||
}
|
||||
area.innerHTML += h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue