diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-06 19:03:13 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-07 15:37:12 +0300 |
| commit | f0519cc32f95294b3ffacbecd01ac71f05264e02 (patch) | |
| tree | 70174cfd0daa0f1a1a3db1fcc2187b5c0aaf9f93 /scripts | |
| parent | 038e4ed146e5a29933cc8dc34004f0962d1c9987 (diff) | |
gant.js: remove whitespace at EOLs (some of it)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gant.js | 9 |
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 +} |
