Javascript isn't my strongest area <img src="smileys/smiley17.gif" border="0" align="middle" /> can you be more specific for us noobs?
I tried adding that to the index.html in between some script tags, it still won't work.
Can't go back to 80.2 because 81 has a bug fix that I was waiting for and I'd have to refactor some things.
Thanks!
edit: I got it to work. For other noobs:
1. open the exported index.html in notepad
2. just before the </head> line, add this line:
<script>function log(str) {}</script>
Good luck!