##// END OF EJS Templates
Fixed a bug where the form would POST causing a routing error. (#3918)...
Eric Davis -
r2788:19df1b636cf4
parent child
Show More
@@ -20,7 +20,8
20 20 <%= link_to_remote l(:button_apply),
21 21 { :url => { },
22 22 :update => "content",
23 :with => "Form.serialize('query_form')"
23 :with => "Form.serialize('query_form')",
24 :method => :get
24 25 }, :class => 'icon icon-checked' %>
25 26 </p>
26 27
General Comments 0
You need to be logged in to leave comments. Login now