Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Nov 23, 2024
1 parent 407802c commit 7e5221b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JavaScript/General/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const routesFunction = {
}
window.webpages.currentPages = SeeChen_HomePage;

// await window.webpages.currentPages.init();
await window.webpages.currentPages.init();
}
},

Expand All @@ -44,7 +44,7 @@ const routesFunction = {

window.webpages.currentPages = SeeChen_TravelPage;

// await window.webpages.currentPages.init();
await window.webpages.currentPages.init();
}
},

Expand All @@ -64,7 +64,7 @@ const routesFunction = {

window.webpages.currentPages = SeeChen_LensPages;

// await window.webpages.currentPages.init();
await window.webpages.currentPages.init();
}
},

Expand Down

0 comments on commit 7e5221b

Please sign in to comment.