This commit is contained in:
maaa 2023-08-04 23:13:33 +02:00
parent 3f5355c4c5
commit 85d93b4b08
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ 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 < 30; i++) { for (let i = 0; i < 40; i++) {
notesDiv.appendChild(loadingStuff.cloneNode()) notesDiv.appendChild(loadingStuff.cloneNode())
} }
loadingStuff.remove()
let selectedNote = 0 let selectedNote = 0
let timer let timer