another fixer upper

This commit is contained in:
Ken Johnson
2013-05-22 13:07:19 -04:00
parent 9a53087361
commit 7032fcaaed
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ function validation(){
success: function(label) {
label.closest('.control-group').addClass('success');
$("#submit_button").removeAttr('disabled');
$('.error').css({"color": "#333333"});
}
});
};
+1 -1
View File
@@ -33,7 +33,7 @@
</div>
<div class="actions">
<%= f.submit "Submit", {:class => "btn btn-info btn-large pull-right"} %>
<%= f.submit "Submit", {:id => 'submit_button', :class => "btn btn-info btn-large pull-right"} %>
</div>
<div class="clearfix"></div>
<% end %>