From b0f08030b1cc8414452c558bd124356a4c49a0eb Mon Sep 17 00:00:00 2001 From: Rod's Freedom <135166183+Rod-Freedom@users.noreply.github.com> Date: Thu, 9 May 2024 18:50:50 -0600 Subject: [PATCH] Update select.js Just uncommented a line for the site to start running. --- assets/js/select.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/select.js b/assets/js/select.js index 4f5889b..1f0112f 100644 --- a/assets/js/select.js +++ b/assets/js/select.js @@ -590,7 +590,7 @@ const selectPokeDrink = () => { const readyFunc = () => { setTitle(); - // getPokeListFunc(); + getPokeListFunc(); renderPokeNumOpt(); window.addEventListener('resize', changeTitleSize); btnNext.addEventListener('click', changePokemon); @@ -667,4 +667,4 @@ const readyFunc = () => { // getDrinkData (); -window.onload = readyFunc(); \ No newline at end of file +window.onload = readyFunc();