ClickTale code in Hot Hotel template

  • archerwisdom
  • Topic Author
  • New Member
  • New Member
More
12 years 1 month ago #26409 by archerwisdom
ClickTale code in Hot Hotel template was created by archerwisdom
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.

Please Log in to join the conversation.

More
12 years 1 month ago #26424 by ivan.milic
If you look from firebug or something like that you might not see comments. Best Check by using "View Source" , comments usually don't have any meaning.

var WRInitTime=(new Date()).getTime();
is correct javascript if you want that WRInitTime will be some number like now it's : 1361398040424

Please Log in to join the conversation.

Time to create page: 0.132 seconds
Powered by Kunena Forum