Hi I have a contact page. After submission the server should serve a confirmation page; the submission is made, there is a 200 return code, but instead the page hangs and doesn't redirect.
I have narrowed it down to this line in functions.js (in my version line 2238):
$(document).ready( SEMICOLON.documentOnReady.init );
If I comment this out it works fine, but I am stuck after that. Can you help?
You can see the page on the live URL on this post.
Thanks
