silvertone1000
Joined: 23 Mar 2007 Posts: 0
|
Posted: 23 Mar 2007 - 1:27 pm Post subject:
Changes javascript code in template
|
|
|
hi
i recently uploaded a javascript code in a template like this:
<script type="text/javascript">
....
var x=f('__utmx'),xx=f('__utmxx'),h=l.hash,
.....
</script>
- but when I update the file the code looks like this in browsers:
<script type="text/javascript">
var="" x="f(" __utmx="" xx="f(" __utmxx="" h="l.hash,
</script>
does anybody know why?
the javascript code doesn't work with "....." |
|