Back button issue

Okay so,
I need the back button on a site to behave the same way on Chrome as it does on Safari but cant for the life of me figure out why this is happening.

Im using - `javascript:history.back(); - for my back button.

On Safari it takes the user back to the previous page without reloading it.

But on chrome it takes you back to the previous page AND reloads the page.

The reason as for why this is an issue when the page reloads is that there is a long page load interaction that should only play once, and not everytime the user goes back to the previous page.
Have you had the same issue? And if you have, how did you “fix” it?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)