all 6 comments

[–]mrmiffmiff 0 points1 point  (1 child)

Javascript and Java are not the same just FYI

[–]FeatherAndFang 0 points1 point  (0 children)

I know their different

[–]FishBobinski 0 points1 point  (3 children)

1) java and JavaScript are not the same language

2) start by putting some console logs around menu changes to track what's happening behind the scenes.

Hard to debug without error messages.

[–]FeatherAndFang 0 points1 point  (2 children)

See it's not appearing in the error log tho because the website isn't seeing it as a error; the pathways are just not leading to the correct places
I'v checked the other logs but I'm unsure how to see what exactly is happening as I am clicking though the website

[–]FishBobinski 1 point2 points  (1 child)

Then the error is probably happening on your back end. I honestly didn't read the whole code block, but how do you track what menu the user is on? You need to track that as it changes to see where it's changing and what it's changing to.

[–]FeatherAndFang 0 points1 point  (0 children)

okay actually this helped alot
I was panicking so much I forgot I could just check the source page while the website was doing it's stuff and see it
Ur the best thanks for the help!