Thanks Paul. This is 100% my fault as I just updated the data base but never looked at the page with the results. These 20 hour days are taking their toll
It seems like the probem is that there is now so much data on that page and it exceeds the cache buffer on some browsers.
Right now when the data comes from the back end I'm doing what they call "eager-load" so the browser gets all the data up front and stores that locally. I need to change that out to what they call "lazy-load" so it only gets the data for the tab that you click on and flushes everything else.
I'm just getting lazy in my old age. I was too lazy to go and get a piece of Chromoly to make a shifter rod for my RZ. I used some Alunimum rod and ended up only having 4th gear in the finals at Mosport when it broke... Grrrrr...
So, I quickly changed the main tabs to lazy-load so it should work for you now, although it did change some of the formatting as that is also stored in the database. I'll fix that when I rewrite the page but unfortunatly it won't be this week.
If it still dosent work, clear your browser cache or use incognito mode.
Let me know