Skip to content

Commit 25681a7

Browse files
Update app.js
1 parent 5135868 commit 25681a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ function removenote(index) {
196196
currentNoteAmount -= 1 * 1000
197197
localStorage.setItem('noteAmount', currentNoteAmount);
198198

199+
sendNote()
199200
loadNotes();
200201
}
201202

@@ -251,6 +252,7 @@ function removeschedule(index) {
251252
currentScheduleAmount -= 1 * 1000;
252253
localStorage.setItem('schedules', currentScheduleAmount);
253254

255+
sendSchedule();
254256
loadSchedules();
255257
}
256258

0 commit comments

Comments
 (0)