diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gant.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gant.js b/scripts/gant.js index 4b526f59..fb258014 100644 --- a/scripts/gant.js +++ b/scripts/gant.js @@ -86,7 +86,7 @@ function initAxis() { if (min > deliv.startdate) min = deliv.startdate; if (end < deliv.enddate) end = deliv.enddate; } - min = new Date(); ///with min + min = new Date(min); ///with min max = new Date(max); console.log("min "+min+" max "+max); |
