diff options
Diffstat (limited to 'scripts/gant.js')
| -rw-r--r-- | scripts/gant.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/gant.js b/scripts/gant.js index a89f9035..4b526f59 100644 --- a/scripts/gant.js +++ b/scripts/gant.js @@ -2,8 +2,6 @@ function checkSwitch(checkswitch) { - - if (checkswitch.checked) { vis.selectAll(".gantt").remove(); $('.missingdates').fadeOut(300); @@ -19,7 +17,6 @@ function checkSwitch(checkswitch) { } else { ganttTimer=0; - $('.missingdates').fadeIn(300); graph.recenterZoom(); |
