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"});
}
});
};