Skip to content

Commit

Permalink
Merge pull request #7 from f1v3/patch-2
Browse files Browse the repository at this point in the history
Fixed the "Apply" button
  • Loading branch information
bradbeattie committed Mar 27, 2013
2 parents 1bbc85b + 3ca319f commit 82a11b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/schedules/edit.html.erb
Expand Up @@ -19,10 +19,7 @@
<%= select_year(@date.year, :prefix => "year", :discard_type => true) %>
</fieldset>
<p class="buttons">
<%= link_to l(:button_apply), { :remote => true },
{ :update => "content",
:with => "Form.serialize('date_form')"
}, :class => 'icon icon-checked' %>
<%= link_to_function l(:button_apply), '$("#date_form").submit()', :class => 'icon icon-checked' %>
</p>
<% end %>
Expand Down

0 comments on commit 82a11b9

Please sign in to comment.