I have a couple scripts I've inherited to say the least. These scripts work flawlessly in Chrome and FireFox but IE not so much
Today I noticed something while trying to figure it out. I noticed that at the top of the scripts are some comments but they look like
<!--
/*
*
* The comment
*
*/
-->
Is the HTML style comments potentially breaking the scripts in IE? the <!-- -->
part