Skip to content

Commit

Permalink
Merge pull request #5 from Chanwoo-Jeong/week2/myStore
Browse files Browse the repository at this point in the history
[Edit] : μŠ¬λž˜μ‰¬ 이슈
  • Loading branch information
Chanwoo-Jeong authored Apr 14, 2023
2 parents 293e7a2 + d078aaf commit 1bdf284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Week2-0408/StoreAssignment/addpokemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ registButton.addEventListener("click", () => {
`mypokemonObj${pokemonLength + 1}`,
JSON.stringify(pokemonObj)
);
window.location.href = "Chanwoo-jeong.github.io/Week2-0408/StoreAssignment/index.html";
window.location.href = "/Chanwoo-jeong.github.io/Week2-0408/StoreAssignment/index.html";
});

0 comments on commit 1bdf284

Please sign in to comment.