app/views/projects/add_comment_on_status_change.js.erb
$("#notifications").html("");
$(".modal-header h3").css({ color: 'white', 'font-size': '14px', 'text-shadow': 'none' });
$(".modal-body-inner").html("<%= j render(:partial => "projects/add_estimation_status_comment") %>");
$("#myModalLabel").html('<%= I18n.t(:label_add_status_change_comment) %>');
$("#edit_component").modal({
keyboard: false,
backdrop: "static",
backdrop: false
});
$("#notifications").html("<%= j(render "layouts/notifications") %>");
$('#add_notes').click(function() {
//$('form').submit();
$(this).form.submit();
$('#myModalLabel').modal('hide');
});