Skip to content

Commit

Permalink
Fixed issue with form being submitted twice
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed May 19, 2010
1 parent a01e0e7 commit fd8e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/structure/_lock_modifier_info.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ LockEditor = {
<%= f.page_selector :redirect, :label => 'On Lockout Redirect Users To:', :vertical => true %>
<%= f.check_boxes :options, [ [ 'Override Previous Locks','override' ] ], :label => '',:vertical => true %>
<%= f.cancel_submit_buttons 'Cancel','Update', { :onclick=>'LockEditor.hideEdit();' } , { :onclick=>'LockEditor.submitForm();' } -%>
<%= f.cancel_submit_buttons 'Cancel','Update', { :onclick=>'LockEditor.hideEdit();' } , { } -%>
<% end -%>


Expand Down

0 comments on commit fd8e250

Please sign in to comment.