summaryrefslogtreecommitdiff
path: root/scripts/gant.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gant.js')
-rw-r--r--scripts/gant.js3
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();