diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-23 11:35:36 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-23 11:35:36 +0200 |
| commit | 10a210bb8eff63568e9500251559e224a9df07ab (patch) | |
| tree | 3cd42f7b6d1ef50aee860821a1ff5bf07d05eaf1 /src/view | |
| parent | af20dd47d3cb254d4dd2638264fe79385a199832 (diff) | |
call graph update via presenter, rm graph obj. mangling
Diffstat (limited to 'src/view')
| -rw-r--r-- | src/view/timeline.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/timeline.js b/src/view/timeline.js index 64b766b7..fcc7c53f 100644 --- a/src/view/timeline.js +++ b/src/view/timeline.js @@ -12,7 +12,7 @@ function checkSwitch(checkswitch) { $('body').scrollLeft(0); graphstate = "GRAPH"; - graph.update(); + rz_core.update_view__graph(); $('.status').fadeOut(600); @@ -28,7 +28,7 @@ function checkSwitch(checkswitch) { graphstate = "GANTT"; - graph.update(); + rz_core.update_view__graph(); $('.status').fadeIn(600); |
