summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-18 22:02:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-18 22:02:23 +0000
commit4bfbabfdfa34eb27ac9d1593efa1fdf830269694 (patch)
tree6a118fb00f89777205bff91065ecb30c77732886 /app/views/timelog
parentff0a91d97da0412a6b1c1b10de3858b13c3b5201 (diff)
downloadredmine-4bfbabfdfa34eb27ac9d1593efa1fdf830269694.tar.gz
redmine-4bfbabfdfa34eb27ac9d1593efa1fdf830269694.zip
Removed submit_query_form function.
git-svn-id: http://svn.redmine.org/redmine/trunk@13617 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/_date_range.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/_date_range.html.erb b/app/views/timelog/_date_range.html.erb
index 0c72012c1..b14ffd037 100644
--- a/app/views/timelog/_date_range.html.erb
+++ b/app/views/timelog/_date_range.html.erb
@@ -20,7 +20,7 @@
</div>
<p class="buttons">
- <%= link_to_function l(:button_apply), 'submit_query_form("query_form")', :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, :issue_id => @issue}, :class => 'icon icon-reload' %>
</p>
</div>