Is it possible to embed javascript code into galaxy's tool .xml files that when the tool is loaded in the browser, it will be executed?
This is to allow for custom event styling using javascript to have responsive animations on the tool page as demonstration
i have tried simple
<script type="text/javascript"> //<![CDATA[ alert((1 < 2) && (3 > 2)); //]]> </script>
but it does not work