summaryrefslogtreecommitdiff
path: root/src/view
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-23 11:35:36 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-23 11:35:36 +0200
commit10a210bb8eff63568e9500251559e224a9df07ab (patch)
tree3cd42f7b6d1ef50aee860821a1ff5bf07d05eaf1 /src/view
parentaf20dd47d3cb254d4dd2638264fe79385a199832 (diff)
call graph update via presenter, rm graph obj. mangling
Diffstat (limited to 'src/view')
-rw-r--r--src/view/timeline.js4
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);