summaryrefslogtreecommitdiff
path: root/scripts/gant.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gant.js')
-rw-r--r--scripts/gant.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/gant.js b/scripts/gant.js
index ae849dd6..9b7fed4b 100644
--- a/scripts/gant.js
+++ b/scripts/gant.js
@@ -7,7 +7,7 @@ function checkSwitch(checkswitch) {
vis.selectAll(".gantt").remove();
$('.missingdates').fadeOut(300);
scrollValue = $('body').scrollLeft();
-
+
$('body').scrollLeft(0);
graphstate = "GRAPH";
graph.update();
@@ -18,7 +18,7 @@ function checkSwitch(checkswitch) {
} else {
ganttTimer=0;
-
+
$('.missingdates').fadeIn(300);
graph.recenterZoom();
@@ -29,7 +29,6 @@ function checkSwitch(checkswitch) {
graph.update();
-
$('.status').fadeIn(600);
@@ -80,7 +79,7 @@ function initAxis() {
var bar_start_offset = 40;
var h = 15 * row_height + vertical_padding;
-
+
var min = deliverables[0].startdate;
var max = deliverables[0].enddate;
@@ -188,4 +187,4 @@ function initAxis() {
graph.updateGraph();
-} \ No newline at end of file
+}