I have a clicktale code for tracking purpose. When I copy and paste the code (javascript) after the <body>, the Comment is gone.
I paste :
<body>
<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
<!-- ClickTale end of Top part -->
but only sees:
<body>
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
Wondering if this Javascript is working? cause the tracking doesn't capture any data, even pasted the code for few days already.