Hi Everyone
Just an update:
We found this error in the jquery console:
uncaught typeerror cannot read property ‘post’ of undefined jquery
We added the following to the last line of the joan.js file and it is now working on all browsers again:
})(jQuery);
It would seem the updated threw out that little line of code.