This question is locked. New answers and comments are not allowed.
I have converted a MVC2 app to MVC with the latest telerik controls. now i get an anoying javascript error "syntax error line 2"
line 2 is the doctype, if you remove it the error goes to the next line.
if i change script to 1.4.1 or any other version there is no error.
the error is on every page, even empty pages like below
This is very hard to bug, since i do not get an error in the script itself.
any help
line 2 is the doctype, if you remove it the error goes to the next line.
if i change script to 1.4.1 or any other version there is no error.
the error is on every page, even empty pages like below
This is very hard to bug, since i do not get an error in the script itself.
any help
<!DOCTYPE html> <html> <head><title> Eclipse Universal Administration </title> <script src="/Scripts/jquery-1.4.4.min.js" type="text/javascript"></script> </head> <body> <div> <h2>Eclipse Universal Administration</h2> </div> </body> </html>