summaryrefslogtreecommitdiff
path: root/scripts/gant.js
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-08-13 16:16:53 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-08-13 16:21:18 +0300
commitd69fef47528c8ccb5e24eee05ac9ddadf94ef904 (patch)
treeaa63f154d103d1f85aa5ea3666f0c841bd2534c1 /scripts/gant.js
parent429aa1275acdd7ad2776ae6d2596d16e10f0c09f (diff)
Issue #38
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();