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:
Jean-Philippe Lang
2013-07-14 13:41:30 +00:00
parent 3c9263221d
commit 010bfc56e1
8 changed files with 115 additions and 9 deletions

View File

@@ -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();
}