Possible Duplicate:
SyntaxError: Unexpected token ILLEGAL
I was working 2hours aho and now I comeback on my code and I have in chrome console
Uncaught SyntaxError: Unexpected token ILLEGAL
in my function.js
I only have:
function test(){
alert("aa")
}
I also have an error on firefox
Thanks