summaryrefslogtreecommitdiff
path: root/src/view/timeline.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/timeline.js')
-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);