]> source.dussan.org Git - redmine.git/commitdiff
Fixed apply link on gantt.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jul 2012 15:06:53 +0000 (15:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jul 2012 15:06:53 +0000 (15:06 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10090 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/gantts/show.html.erb

index 989ff36750f2c1589652b72e7bc396f023fb4d36..7323e84ee6c8c3f78a961cab5c8ceb433749e860 100644 (file)
@@ -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 %>