diff options
Diffstat (limited to 'public/javascripts/gantt.js')
-rw-r--r-- | public/javascripts/gantt.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/gantt.js b/public/javascripts/gantt.js index ba0af9ebd..e5f8ab948 100644 --- a/public/javascripts/gantt.js +++ b/public/javascripts/gantt.js @@ -167,6 +167,6 @@ function drawGanttHandler() { setDrawArea(); if ($("#draw_progress_line").attr('checked')) drawGanttProgressLines(); - if ($("#draw_rels").attr('checked')) + if ($("#draw_relations").attr('checked')) drawRelations(); } |