diff options
Diffstat (limited to 'scripts/gant.js')
| -rw-r--r-- | scripts/gant.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gant.js b/scripts/gant.js index cabca200..ae849dd6 100644 --- a/scripts/gant.js +++ b/scripts/gant.js @@ -10,7 +10,7 @@ function checkSwitch(checkswitch) { $('body').scrollLeft(0); graphstate = "GRAPH"; - graph.updateGraph(); + graph.update(); $('.status').fadeOut(600); @@ -27,7 +27,7 @@ function checkSwitch(checkswitch) { graphstate = "GANTT"; - graph.updateGraph(); + graph.update(); $('.status').fadeIn(600); |
