summaryrefslogtreecommitdiffstats
path: root/public/javascripts/gantt.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/javascripts/gantt.js')
-rw-r--r--public/javascripts/gantt.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/javascripts/gantt.js b/public/javascripts/gantt.js
index e5f8ab948..664f4a715 100644
--- a/public/javascripts/gantt.js
+++ b/public/javascripts/gantt.js
@@ -165,8 +165,8 @@ function drawGanttHandler() {
else
draw_gantt = Raphael(folder);
setDrawArea();
- if ($("#draw_progress_line").attr('checked'))
+ if ($("#draw_progress_line").prop('checked'))
drawGanttProgressLines();
- if ($("#draw_relations").attr('checked'))
+ if ($("#draw_relations").prop('checked'))
drawRelations();
}