Skip to content

Commit fb60ead

Browse files
authored
Merge pull request #1 from HTMLToolkit/test
Update index.html
2 parents 3b6376f + 69c3f12 commit fb60ead

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)