diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-28 15:06:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-28 15:06:53 +0000 |
commit | afc8239bf728110ba0933905fc7bc973ff77ac35 (patch) | |
tree | 1496c5ca2b511bb4f887084398b84b3782f34173 /app/views/gantts | |
parent | 8088749f10e48505df641d99305ebaab5a539f3d (diff) | |
download | redmine-afc8239bf728110ba0933905fc7bc973ff77ac35.tar.gz redmine-afc8239bf728110ba0933905fc7bc973ff77ac35.zip |
Fixed apply link on gantt.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10090 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/gantts')
-rw-r--r-- | app/views/gantts/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index 989ff3675..7323e84ee 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -25,7 +25,7 @@ <%= select_year(@gantt.year_from, :prefix => "year", :discard_type => true) %> <%= hidden_field_tag 'zoom', @gantt.zoom %> -<%= link_to_function l(:button_apply), '$("query_form").submit()', :class => 'icon icon-checked' %> +<%= link_to_function l(:button_apply), '$("#query_form").submit()', :class => 'icon icon-checked' %> <%= link_to l(:button_clear), { :project_id => @project, :set_filter => 1 }, :class => 'icon icon-reload' %> </p> <% end %> |