Skip to content

Commit 69c3f12

Browse files
authored
Update index.html
1 parent 3b6376f commit 69c3f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ <h3>Select a Note or Create New</h3>
721721
};
722722
});
723723
}
724-
724+
725725
function addNote(note) {
726726
return new Promise((resolve, reject) => {
727727
const transaction = db.transaction([OBJECT_STORE_NAME], 'readwrite');

0 commit comments

Comments
 (0)