|
@@ -618,7 +618,7 @@
|
|
|
|
|
|
$('.note-section.pending-initialization').each(function() {
|
|
$('.note-section.pending-initialization').each(function() {
|
|
let sName = $(this).attr('data-section-template-name');
|
|
let sName = $(this).attr('data-section-template-name');
|
|
- if(['vitals', 'allergies', 'medication', 'care-team', 'assessment', 'new-patient-intake'].indexOf(sName) === -1) {
|
|
|
|
|
|
+ if(['vitals', 'allergies', 'medication', 'care-team', 'assessment', 'new-patient-intake', 'cc'].indexOf(sName) === -1) {
|
|
$(this).removeClass('pending-initialization');
|
|
$(this).removeClass('pending-initialization');
|
|
}
|
|
}
|
|
});
|
|
});
|