Page 1 of 1

console error

Posted: Tue May 07, 2013 12:11 pm
by Michael4771079

Hi,
I have the following error in console, can you tell me what might be wrong?
screenshot attached

Image


console error

Posted: Tue May 07, 2013 12:21 pm
by Oleg Danchenkov

Hi michael.
You have symbol "/" in your code or service response. This symbol starts regular expression. Try to delete it.


console error

Posted: Tue May 07, 2013 3:15 pm
by Michael4771079

thx for the reply,
the error refers to line 565
on line 565 this is the code I have

} )( data );

I dont see a "/" to delete


console error

Posted: Tue May 07, 2013 3:21 pm
by Sergey Kozyr

It seams that an error occurred after AJAX navigation to some page. You should look for extra "/" symbol in your JavaScript actions.