Skip to content

Commit

Permalink
Background Color
Browse files Browse the repository at this point in the history
  • Loading branch information
avanimathur committed Jan 28, 2024
1 parent 9f8a6b6 commit 0bf752a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ function editNote(index) {
} else {
notesObj = JSON.parse(notes);
}

heading.value = notesObj[index].title.replace(/ \(Edited\) .*/, '');
addtext.value = notesObj[index].text;

Expand Down

0 comments on commit 0bf752a

Please sign in to comment.