Javascript that contains ampersands
Issue
User wants to place a <script></script> override that has code which contains an ampersands. This stops the generation from occurring
Solution
The solution is to use the CDATA markup described here so here is how your JS would look
<script> <![CDATA[ your code goes here ]]> </script>