Clovia
unread,Nov 17, 2011, 12:40:17 PM11/17/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenTripPlanner Users
Hello All,
I am new to OpenTripPlanner. After importing the package into Maven
Project, a couple syntax errors are returned.
For example, in the two lines shown below from the script admin.js, I
got this error 'Syntax error on token "Invalid Character", delete this
token'. The invalid token refers to the '@' before agency and id. I
am wondering if I can just ignore this error, if not how to fix it.
$('#noteFormAgencyId').val(route_data.id.@agency);
$('#noteFormRouteId').val(route_data.id.@id);
Your help will be greatly appreciated. Thank you in advance!