CMPT276-Project-Group-6 / Realtorest

A small web application used to host a personal website for a realtor. Created for the course CMPT 276 from Simon Fraser University, taught by Bobby Chan in 2024 Spring.
https://cmpt276-realtorest.onrender.com
2 stars 5 forks source link

Clicking add to favorites button when logged in redirects to home page instead of adding it to favorites #236

Closed kzcheng closed 7 months ago

kzcheng commented 7 months ago

Seems like a bug caused by my earlier refactor. I'm gonna go fix it.

kzcheng commented 7 months ago

Adding this in the head fixed it: <script src="/js/favorites.js" defer></script>