Ability to save Gantt query filters (#7836).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12020 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user