task identifier put in quotes, for example:
old version: onclick="JSGantt.folder(' + vID + ','+vGanttVar+')"
new version: onclick="JSGantt.folder(\'' + vID + '\','+vGanttVar+')"
this will solve the problem when the ID is composed of letters and numbers
Original issue reported on code.google.com by ere...@gmail.com on 15 Jan 2010 at 6:02
Original issue reported on code.google.com by
ere...@gmail.com
on 15 Jan 2010 at 6:02