Skip to content

Commit

Permalink
Merge pull request #17 from Rod-Freedom/local-storage/select-poke
Browse files Browse the repository at this point in the history
Update select.js
  • Loading branch information
AlejnadroVill authored May 10, 2024
2 parents 67820db + b0f0803 commit 7151677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ const selectPokeDrink = () => {

const readyFunc = () => {
setTitle();
// getPokeListFunc();
getPokeListFunc();
renderPokeNumOpt();
window.addEventListener('resize', changeTitleSize);
btnNext.addEventListener('click', changePokemon);
Expand Down Expand Up @@ -667,4 +667,4 @@ const readyFunc = () => {
// getDrinkData ();


window.onload = readyFunc();
window.onload = readyFunc();

0 comments on commit 7151677

Please sign in to comment.