Quote:
Originally Posted by zelnik
any way of getting rid of this as I've noticed it too!
|
Same thing, I fixed it like so..
in the xml file
change this line
Code:
<script type="text/javascript" src="clientscript/post_thanks2.js"></script>
to
Code:
<script type="text/javascript" src="clientscript/post_thanks.js"></script>
and import the xml file again (allow overwrite)
or
go into your post thanks templates
and open
post_thanks_javascript template
and change the first line to
Code:
<script type="text/javascript" src="clientscript/post_thanks.js"></script>
enjoy