From 69c3f12c98d3fd587cdaf48c5dcd5cd302412de2 Mon Sep 17 00:00:00 2001 From: NellowTCS Date: Thu, 31 Jul 2025 22:30:01 -0600 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 01368d4..7415709 100644 --- a/index.html +++ b/index.html @@ -721,7 +721,7 @@

Select a Note or Create New

}; }); } - + function addNote(note) { return new Promise((resolve, reject) => { const transaction = db.transaction([OBJECT_STORE_NAME], 'readwrite');