This commit is contained in:
maaa 2023-08-04 22:35:13 +02:00
parent fd2b000731
commit 536a99a109
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ let newNote = document.getElementById("newNote")
let noteBox = document.getElementById("noteBox") let noteBox = document.getElementById("noteBox")
let loadingStuff = document.getElementById("loadingStuff") let loadingStuff = document.getElementById("loadingStuff")
for (let i = 0; i < 10; i++) { for (let i = 0; i < 30; i++) {
notesDiv.appendChild(loadingStuff.cloneNode()) notesDiv.appendChild(loadingStuff.cloneNode())
} }