101
memj
7y

I just spent 20m debugging.

Basically bootstrap nav wasn't working. Couldn't understand why not.

Figured out its a an issue with the JS interfering so I remove the script reference from my HTML. Problem solved.

Okay,cool. Now let's add that file back in and figure out what caused the issue.

Hm. This line looks like it might be it *comments it out*...odd. Problem still happens.

*proceed to comment out and test every function to see what could be causing this issue*. Still happens. Fuck it. *comments the entire file out*

what the fucking fuck. I remove the script reference the problem is gone. I remove all code from the script - problem persists.

...wait...are you fucking kidding me. I OPENED THE WRONG JS FILE WITH THE SAME NAME BUT IN A DIFFERNT DIRECTORY.

Comments
Add Comment