From d69fef47528c8ccb5e24eee05ac9ddadf94ef904 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 13 Aug 2014 16:16:53 +0300 Subject: Issue #38 --- scripts/gant.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/gant.js') 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(); -- cgit v1.3.1