xuanngo2001 / jsgantt

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

Error in script #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Error in jsgantt.js

 if (vFormat='day')
                    {
                        var tTime=new Date();
                        tTime.setTime(Date.parse(vTaskList[i].getStart()));
                        if (tTime.getMinutes() > 29)
                            vTaskLeft+=.5
                    }

!!!!!!!
true code 

if (vFormat == 'day')

Original issue reported on code.google.com by Igor.pho...@gmail.com on 12 Mar 2010 at 4:04