Browse Source

Remove status update button when it's done

pull/1/head
Wahyu Ramadhan 1 year ago
parent
commit
fad5fe8ee4
  1. 1
      edit-mode/function/reportActivity.js

1
edit-mode/function/reportActivity.js

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

Loading…
Cancel
Save