For one thing, it might solve your problem.
The error occurs in line 5. There you'll find this:
t?r.push("<?",e," ",s(t),"?>"):r.push("<?",e,"?>")
Your server tries to parse the lines after "<?" as PHP code.
As this is probably server specific you should ask your host.