Dear Chris,
Have you tried putting the JS script in your theme footer.php instead of the Views meta HTML? This will force the script to be located in the footer. You can even put that just before closing the html tag like this:
Have you tried putting the JS script in your theme footer.php instead of the Views meta HTML? This will force the script to be located in the footer. You can even put that just before closing the html tag like this:
<script> //Your script here </script> </html>
Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.
Cheers,
Emerson