Skip to content

Commit 47f733d

Browse files
Merge pull request #818 from Muthu1206/patch-4
CLASSROOM script.js
2 parents 8abf96f + 7c36bb2 commit 47f733d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CLASSROOM SCHEDULER WEBSITE/script.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ button.addEventListener("click", function (e) {
1414
title: title.value,
1515
textArea: textArea.value
1616
}
17-
18-
19-
20-
21-
2217
notesObj.push(myObj);
2318
localStorage.setItem("notes", JSON.stringify(notesObj));
2419
textArea.value = '';

0 commit comments

Comments
 (0)