From 85d93b4b0866adec475c49ccd63a23dd01c0264b Mon Sep 17 00:00:00 2001 From: maaa Date: Fri, 4 Aug 2023 23:13:33 +0200 Subject: [PATCH] fr --- static/js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/main.js b/static/js/main.js index 03d168c..c93e57d 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -28,9 +28,10 @@ let newNote = document.getElementById("newNote") let noteBox = document.getElementById("noteBox") let loadingStuff = document.getElementById("loadingStuff") -for (let i = 0; i < 30; i++) { +for (let i = 0; i < 40; i++) { notesDiv.appendChild(loadingStuff.cloneNode()) } +loadingStuff.remove() let selectedNote = 0 let timer