xuanngo2001 / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

IDs of tasks put in quotes #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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