Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergijPSO committed Nov 7, 2023
1 parent a351f8b commit ee5e08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ document.querySelector("#create-note").addEventListener("click", (e) => {

saveNotes(notes);
renderNotes(notes, filters);
// location.assign(`/notes-app/edit.html#${id}`);
location.assign(`/edit.html#${id}`);
location.assign(`./notes-app/edit.html#${id}`);
// location.assign(`/edit.html#${id}`);
});

document.querySelector("#search-text").addEventListener("input", (e) => {
Expand Down

0 comments on commit ee5e08a

Please sign in to comment.