|
|
|
@ -88,6 +88,7 @@ $(document).ready(function () {
|
|
|
|
|
$('#report-activity-information-status').attr("class", "badge badge-warning"); |
|
|
|
|
} else if(statusReport == 'done') { |
|
|
|
|
$('#report-activity-information-status').attr("class", "badge badge-success"); |
|
|
|
|
$("#show_form_ra").hide(); |
|
|
|
|
} else if(statusReport == 'open') { |
|
|
|
|
$('#report-activity-information-status').attr("class", "badge badge-primary"); |
|
|
|
|
} |
|
|
|
|